Html Css Color HEX #747708 Olive

📋 copy color: '#747708'

red 116 ◦ green 119 ◦ blue 8

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

Shades of Olive #747708

Tints of Olive #747708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 47.74%
G = 48.97%
B = 3.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#747708 (or 0x747708) is known color: Olive. HEX triplet: 74, 77 and 08. RGB value is (116,119,8). Sum of RGB (Red+Green+Blue) = 116+119+8=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #747708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747708 is #8B88F7. Grayscale: #696969. Windows color (decimal): -9144568 or 554868. OLE color: 554868.

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

Color convert

RGB 116 119 8 -
CMYK 0.03 0 0.93 0.53
HSL 61.62º 0.87% 0.25% -
HSV(B) 61.62º 0.93% 0.47% -
XYZ 13.84 16.92 2.77 -
YUV 105.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 116 119 8 0.03 0 0.93 0.53 61.62 0.87 0.25
Hex 74 77 8 3 0 5D 35 3E 57 19
Octal 164 167 10 3 0 135 65 76 127 31
Binary 1110100 1110111 1000 11 0 1011101 110101 111110 1010111 11001

Color Harmonies of #747708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747708

Black with #747708

Text Example


Text Example

White with #747708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747708; }

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

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

background-color css

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

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

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

border-color css

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

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

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