Html Css Color HEX #766E04 Olive

📋 copy color: '#766E04'

red 118 ◦ green 110 ◦ blue 4

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

Shades of Olive #766E04

Tints of Olive #766E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.41%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 50.86%
G = 47.41%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766E04 (or 0x766E04) is known color: Olive. HEX triplet: 76, 6E and 04. RGB value is (118,110,4). Sum of RGB (Red+Green+Blue) = 118+110+4=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E04 is #8991FB. Grayscale: #646464. Windows color (decimal): -9015804 or 290422. OLE color: 290422.

HSL color Cylindrical-coordinate representation of color #766E04: hue angle of 55.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766E04 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 4 -
CMYK 0 0.07 0.97 0.54
HSL 55.79º 0.93% 0.24% -
HSV(B) 55.79º 0.97% 0.46% -
XYZ 13.07 15.01 2.32 -
YUV 100.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 118 110 4 0 0.07 0.97 0.54 55.79 0.93 0.24
Hex 76 6E 4 0 7 61 36 38 5D 18
Octal 166 156 4 0 7 141 66 70 135 30
Binary 1110110 1101110 100 0 111 1100001 110110 111000 1011101 11000

Color Harmonies of #766E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E04

Black with #766E04

Text Example


Text Example

White with #766E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E04; }

 p { color: rgb(118,110,4); }

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

background-color css

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

 a { background-color: rgb(118,110,4); }

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

border-color css

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

 span { border-color: rgb(118,110,4); }

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