Html Css Color HEX #767608 Olive

📋 copy color: '#767608'

red 118 ◦ green 118 ◦ blue 8

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

Shades of Olive #767608

Tints of Olive #767608

RGB

 RED value IS 118 (46.48% from 255) = 48.36%

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

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

R = 48.36%
G = 48.36%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#767608 (or 0x767608) is known color: Olive. HEX triplet: 76, 76 and 08. RGB value is (118,118,8). Sum of RGB (Red+Green+Blue) = 118+118+8=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767608 is #8989F7. Grayscale: #696969. Windows color (decimal): -9013752 or 554614. OLE color: 554614.

HSL color Cylindrical-coordinate representation of color #767608: hue angle of 60º 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 #767608 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 8 -
CMYK 0 0 0.93 0.54
HSL 60º 0.87% 0.25% -
HSV(B) 60º 0.93% 0.46% -
XYZ 13.99 16.83 2.74 -
YUV 105.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 118 118 8 0 0 0.93 0.54 60 0.87 0.25
Hex 76 76 8 0 0 5D 36 3C 57 19
Octal 166 166 10 0 0 135 66 74 127 31
Binary 1110110 1110110 1000 0 0 1011101 110110 111100 1010111 11001

Color Harmonies of #767608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767608

Black with #767608

Text Example


Text Example

White with #767608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767608; }

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

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

background-color css

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

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

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

border-color css

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

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

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