Html Css Color HEX #766402 Olive

📋 copy color: '#766402'

red 118 ◦ green 100 ◦ blue 2

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

Shades of Olive #766402

Tints of Olive #766402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

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

R = 53.64%
G = 45.45%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#766402 (or 0x766402) is known color: Olive. HEX triplet: 76, 64 and 02. RGB value is (118,100,2). Sum of RGB (Red+Green+Blue) = 118+100+2=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #766402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766402 is #899BFD. Grayscale: #5E5E5E. Windows color (decimal): -9018366 or 156790. OLE color: 156790.

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

Color convert

RGB 118 100 2 -
CMYK 0 0.15 0.98 0.54
HSL 50.69º 0.97% 0.24% -
HSV(B) 50.69º 0.98% 0.46% -
XYZ 12.04 12.97 1.93 -
YUV 94.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 118 100 2 0 0.15 0.98 0.54 50.69 0.97 0.24
Hex 76 64 2 0 F 62 36 33 61 18
Octal 166 144 2 0 17 142 66 63 141 30
Binary 1110110 1100100 10 0 1111 1100010 110110 110011 1100001 11000

Color Harmonies of #766402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766402

Black with #766402

Text Example


Text Example

White with #766402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766402; }

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

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

background-color css

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

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

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

border-color css

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

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

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