Html Css Color HEX #766502 Olive

📋 copy color: '#766502'

red 118 ◦ green 101 ◦ blue 2

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

Shades of Olive #766502

Tints of Olive #766502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

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

R = 53.39%
G = 45.7%
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

#766502 (or 0x766502) is known color: Olive. HEX triplet: 76, 65 and 02. RGB value is (118,101,2). Sum of RGB (Red+Green+Blue) = 118+101+2=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #766502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766502 is #899AFD. Grayscale: #5F5F5F. Windows color (decimal): -9018110 or 157046. OLE color: 157046.

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

Color convert

RGB 118 101 2 -
CMYK 0 0.14 0.98 0.54
HSL 51.21º 0.97% 0.24% -
HSV(B) 51.21º 0.98% 0.46% -
XYZ 12.14 13.16 1.96 -
YUV 94.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 118 101 2 0 0.14 0.98 0.54 51.21 0.97 0.24
Hex 76 65 2 0 E 62 36 33 61 18
Octal 166 145 2 0 16 142 66 63 141 30
Binary 1110110 1100101 10 0 1110 1100010 110110 110011 1100001 11000

Color Harmonies of #766502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766502

Black with #766502

Text Example


Text Example

White with #766502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766502; }

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

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

background-color css

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

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

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

border-color css

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

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

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