Html Css Color HEX #747009 Olive

📋 copy color: '#747009'

red 116 ◦ green 112 ◦ blue 9

#747009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #747009

Tints of Olive #747009

RGB

 RED value IS 116 (45.7% from 255) = 48.95%

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 48.95%
G = 47.26%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#747009 (or 0x747009) is known color: Olive. HEX triplet: 74, 70 and 09. RGB value is (116,112,9). Sum of RGB (Red+Green+Blue) = 116+112+9=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #747009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747009 is #8B8FF6. Grayscale: #656565. Windows color (decimal): -9146359 or 618612. OLE color: 618612.

HSL color Cylindrical-coordinate representation of color #747009: hue angle of 57.76º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #747009 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 9 -
CMYK 0 0.03 0.92 0.55
HSL 57.76º 0.86% 0.25% -
HSV(B) 57.76º 0.92% 0.45% -
XYZ 13.05 15.32 2.53 -
YUV 101.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 116 112 9 0 0.03 0.92 0.55 57.76 0.86 0.25
Hex 74 70 9 0 3 5C 37 3A 56 19
Octal 164 160 11 0 3 134 67 72 126 31
Binary 1110100 1110000 1001 0 11 1011100 110111 111010 1010110 11001

Color Harmonies of #747009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747009

Black with #747009

Text Example


Text Example

White with #747009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747009; }

 p { color: rgb(116,112,9); }

 H1.HeaderClassName
 {
   color: #747009;
 }
 .AnyTagClassName
 {
   color: #747009;
 }
</style>

background-color css

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

 a { background-color: rgb(116,112,9); }

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

border-color css

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

 span { border-color: rgb(116,112,9); }

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