Html Css Color HEX #767006 Olive

📋 copy color: '#767006'

red 118 ◦ green 112 ◦ blue 6

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

Shades of Olive #767006

Tints of Olive #767006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 50%
G = 47.46%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#767006 (or 0x767006) is known color: Olive. HEX triplet: 76, 70 and 06. RGB value is (118,112,6). Sum of RGB (Red+Green+Blue) = 118+112+6=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #767006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767006 is #898FF9. Grayscale: #666666. Windows color (decimal): -9015290 or 422006. OLE color: 422006.

HSL color Cylindrical-coordinate representation of color #767006: hue angle of 56.79º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #767006 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 6 -
CMYK 0 0.05 0.95 0.54
HSL 56.79º 0.9% 0.24% -
HSV(B) 56.79º 0.95% 0.46% -
XYZ 13.3 15.45 2.45 -
YUV 101.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 118 112 6 0 0.05 0.95 0.54 56.79 0.9 0.24
Hex 76 70 6 0 5 5F 36 39 5A 18
Octal 166 160 6 0 5 137 66 71 132 30
Binary 1110110 1110000 110 0 101 1011111 110110 111001 1011010 11000

Color Harmonies of #767006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767006

Black with #767006

Text Example


Text Example

White with #767006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767006; }

 p { color: rgb(118,112,6); }

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

background-color css

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

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

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

border-color css

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

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

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