Html Css Color HEX #767406 Olive

📋 copy color: '#767406'

red 118 ◦ green 116 ◦ blue 6

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

Shades of Olive #767406

Tints of Olive #767406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 49.17%
G = 48.33%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#767406 (or 0x767406) is known color: Olive. HEX triplet: 76, 74 and 06. RGB value is (118,116,6). Sum of RGB (Red+Green+Blue) = 118+116+6=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #767406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767406 is #898BF9. Grayscale: #686868. Windows color (decimal): -9014266 or 423030. OLE color: 423030.

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

Color convert

RGB 118 116 6 -
CMYK 0 0.02 0.95 0.54
HSL 58.93º 0.9% 0.24% -
HSV(B) 58.93º 0.95% 0.46% -
XYZ 13.75 16.36 2.6 -
YUV 104.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 118 116 6 0 0.02 0.95 0.54 58.93 0.9 0.24
Hex 76 74 6 0 2 5F 36 3B 5A 18
Octal 166 164 6 0 2 137 66 73 132 30
Binary 1110110 1110100 110 0 10 1011111 110110 111011 1011010 11000

Color Harmonies of #767406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767406

Black with #767406

Text Example


Text Example

White with #767406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767406; }

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

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

background-color css

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

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

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

border-color css

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

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

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