#747923

Color #747923 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #747923

Tints of Olivetone #747923

Color information

#747923 (or 0x747923) is unknown color: approx Olivetone. HEX triplet: 74, 79 and 23. RGB value is (116,121,35). Sum of RGB (Red+Green+Blue) = 116+121+35=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #747923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747923 is #8B86DC. Grayscale: #6E6E6E. Windows color (decimal): -9144029 or 2324852. OLE color: 2324852.

HSL color Cylindrical-coordinate representation of color #747923: hue angle of 63.49º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #747923 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB11612135-
CMYK0.0400.710.53
HSL63.49º55.13%30.59%-
HSV(B)63.49º71.07%47.45%-
XYZ14.3417.514.21-
YUV109.785.84132.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 35 (14.06% from 255) = 12.87%
R=42.65%
G=44.49%
B=12.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121350.0400.710.5363.4955.1330.59
Hex7479234047353f371f
Octal164171434010765776737
Binary111010011110011000111000100011111010111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747923; }

 p { color: rgb(116,121,35); }

 H1.HeaderClassName
 {
   color: #747923;
 }
 .AnyTagClassName
 {
   color: #747923;
 }
</style>
background-color css

<style>
 a { background-color: #747923; }

 a { background-color: rgb(116,121,35); }

 div.DivClassName
 {
   background-color: #747923;
 }
 .BgClassName
 {
   background-color: #747923;
 }
</style>
border-color css

<style>
 span { border-color: #747923; }

 span { border-color: rgb(116,121,35); }

 td.TdClassName
 {
   border-color: #747923;
 }
 .TagClassName
 {
   border-color: #747923;
 }
</style>