Html Css Color HEX #766902 Olive

📋 copy color: '#766902'

red 118 ◦ green 105 ◦ blue 2

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

Shades of Olive #766902

Tints of Olive #766902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 52.44%
G = 46.67%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#766902 (or 0x766902) is known color: Olive. HEX triplet: 76, 69 and 02. RGB value is (118,105,2). Sum of RGB (Red+Green+Blue) = 118+105+2=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #766902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766902 is #8996FD. Grayscale: #616161. Windows color (decimal): -9017086 or 158070. OLE color: 158070.

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

Color convert

RGB 118 105 2 -
CMYK 0 0.11 0.98 0.54
HSL 53.28º 0.97% 0.24% -
HSV(B) 53.28º 0.98% 0.46% -
XYZ 12.53 13.96 2.09 -
YUV 97.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 118 105 2 0 0.11 0.98 0.54 53.28 0.97 0.24
Hex 76 69 2 0 B 62 36 35 61 18
Octal 166 151 2 0 13 142 66 65 141 30
Binary 1110110 1101001 10 0 1011 1100010 110110 110101 1100001 11000

Color Harmonies of #766902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766902

Black with #766902

Text Example


Text Example

White with #766902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766902; }

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

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

background-color css

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

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

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

border-color css

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

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

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