Html Css Color HEX #766302 Olive

📋 copy color: '#766302'

red 118 ◦ green 99 ◦ blue 2

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

Shades of Olive #766302

Tints of Olive #766302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

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

R = 53.88%
G = 45.21%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#766302 (or 0x766302) is known color: Olive. HEX triplet: 76, 63 and 02. RGB value is (118,99,2). Sum of RGB (Red+Green+Blue) = 118+99+2=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #766302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766302 is #899CFD. Grayscale: #5E5E5E. Windows color (decimal): -9018622 or 156534. OLE color: 156534.

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

Color convert

RGB 118 99 2 -
CMYK 0 0.16 0.98 0.54
HSL 50.17º 0.97% 0.24% -
HSV(B) 50.17º 0.98% 0.46% -
XYZ 11.94 12.78 1.89 -
YUV 93.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 118 99 2 0 0.16 0.98 0.54 50.17 0.97 0.24
Hex 76 63 2 0 10 62 36 32 61 18
Octal 166 143 2 0 20 142 66 62 141 30
Binary 1110110 1100011 10 0 10000 1100010 110110 110010 1100001 11000

Color Harmonies of #766302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766302

Black with #766302

Text Example


Text Example

White with #766302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766302; }

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

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

background-color css

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

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

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

border-color css

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

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

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