Html Css Color HEX #747608 Olive

📋 copy color: '#747608'

red 116 ◦ green 118 ◦ blue 8

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

Shades of Olive #747608

Tints of Olive #747608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 47.93%
G = 48.76%
B = 3.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#747608 (or 0x747608) is known color: Olive. HEX triplet: 74, 76 and 08. RGB value is (116,118,8). Sum of RGB (Red+Green+Blue) = 116+118+8=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #747608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747608 is #8B89F7. Grayscale: #696969. Windows color (decimal): -9144824 or 554612. OLE color: 554612.

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

Color convert

RGB 116 118 8 -
CMYK 0.02 0 0.93 0.54
HSL 61.09º 0.87% 0.25% -
HSV(B) 61.09º 0.93% 0.46% -
XYZ 13.72 16.69 2.73 -
YUV 104.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 116 118 8 0.02 0 0.93 0.54 61.09 0.87 0.25
Hex 74 76 8 2 0 5D 36 3D 57 19
Octal 164 166 10 2 0 135 66 75 127 31
Binary 1110100 1110110 1000 10 0 1011101 110110 111101 1010111 11001

Color Harmonies of #747608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747608

Black with #747608

Text Example


Text Example

White with #747608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747608; }

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

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

background-color css

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

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

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

border-color css

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

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

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