Html Css Color HEX #766F07 Olive

📋 copy color: '#766F07'

red 118 ◦ green 111 ◦ blue 7

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

Shades of Olive #766F07

Tints of Olive #766F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.03%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 50%
G = 47.03%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#766F07 (or 0x766F07) is known color: Olive. HEX triplet: 76, 6F and 07. RGB value is (118,111,7). Sum of RGB (Red+Green+Blue) = 118+111+7=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F07 is #8990F8. Grayscale: #656565. Windows color (decimal): -9015545 or 487286. OLE color: 487286.

HSL color Cylindrical-coordinate representation of color #766F07: hue angle of 56.22º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #766F07 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 7 -
CMYK 0 0.06 0.94 0.54
HSL 56.22º 0.89% 0.25% -
HSV(B) 56.22º 0.94% 0.46% -
XYZ 13.19 15.24 2.45 -
YUV 101.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 118 111 7 0 0.06 0.94 0.54 56.22 0.89 0.25
Hex 76 6F 7 0 6 5E 36 38 59 19
Octal 166 157 7 0 6 136 66 70 131 31
Binary 1110110 1101111 111 0 110 1011110 110110 111000 1011001 11001

Color Harmonies of #766F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F07

Black with #766F07

Text Example


Text Example

White with #766F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766F07; }

 p { color: rgb(118,111,7); }

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

background-color css

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

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

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

border-color css

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

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

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