Html Css Color HEX #747709 Olive

📋 copy color: '#747709'

red 116 ◦ green 119 ◦ blue 9

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

Shades of Olive #747709

Tints of Olive #747709

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.77%

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

R = 47.54%
G = 48.77%
B = 3.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#747709 (or 0x747709) is known color: Olive. HEX triplet: 74, 77 and 09. RGB value is (116,119,9). Sum of RGB (Red+Green+Blue) = 116+119+9=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #747709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747709 is #8B88F6. Grayscale: #696969. Windows color (decimal): -9144567 or 620404. OLE color: 620404.

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

Color convert

RGB 116 119 9 -
CMYK 0.03 0 0.92 0.53
HSL 61.64º 0.86% 0.25% -
HSV(B) 61.64º 0.92% 0.47% -
XYZ 13.85 16.93 2.8 -
YUV 105.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 116 119 9 0.03 0 0.92 0.53 61.64 0.86 0.25
Hex 74 77 9 3 0 5C 35 3E 56 19
Octal 164 167 11 3 0 134 65 76 126 31
Binary 1110100 1110111 1001 11 0 1011100 110101 111110 1010110 11001

Color Harmonies of #747709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747709

Black with #747709

Text Example


Text Example

White with #747709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747709; }

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

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

background-color css

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

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

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

border-color css

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

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

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