Html Css Color HEX #766F02 Olive

📋 copy color: '#766F02'

red 118 ◦ green 111 ◦ blue 2

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

Shades of Olive #766F02

Tints of Olive #766F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 51.08%
G = 48.05%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#766F02 (or 0x766F02) is known color: Olive. HEX triplet: 76, 6F and 02. RGB value is (118,111,2). Sum of RGB (Red+Green+Blue) = 118+111+2=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F02 is #8990FD. Grayscale: #656565. Windows color (decimal): -9015550 or 159606. OLE color: 159606.

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

Color convert

RGB 118 111 2 -
CMYK 0 0.06 0.98 0.54
HSL 56.38º 0.97% 0.24% -
HSV(B) 56.38º 0.98% 0.46% -
XYZ 13.17 15.22 2.3 -
YUV 100.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 118 111 2 0 0.06 0.98 0.54 56.38 0.97 0.24
Hex 76 6F 2 0 6 62 36 38 61 18
Octal 166 157 2 0 6 142 66 70 141 30
Binary 1110110 1101111 10 0 110 1100010 110110 111000 1100001 11000

Color Harmonies of #766F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F02

Black with #766F02

Text Example


Text Example

White with #766F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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