Html Css Color HEX #766602 Olive

📋 copy color: '#766602'

red 118 ◦ green 102 ◦ blue 2

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

Shades of Olive #766602

Tints of Olive #766602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.95%

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

R = 53.15%
G = 45.95%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#766602 (or 0x766602) is known color: Olive. HEX triplet: 76, 66 and 02. RGB value is (118,102,2). Sum of RGB (Red+Green+Blue) = 118+102+2=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766602 is #8999FD. Grayscale: #5F5F5F. Windows color (decimal): -9017854 or 157302. OLE color: 157302.

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

Color convert

RGB 118 102 2 -
CMYK 0 0.14 0.98 0.54
HSL 51.72º 0.97% 0.24% -
HSV(B) 51.72º 0.98% 0.46% -
XYZ 12.23 13.36 1.99 -
YUV 95.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 118 102 2 0 0.14 0.98 0.54 51.72 0.97 0.24
Hex 76 66 2 0 E 62 36 34 61 18
Octal 166 146 2 0 16 142 66 64 141 30
Binary 1110110 1100110 10 0 1110 1100010 110110 110100 1100001 11000

Color Harmonies of #766602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766602

Black with #766602

Text Example


Text Example

White with #766602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766602; }

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

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

background-color css

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

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

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

border-color css

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

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

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