Html Css Color HEX #766D04 Olive

📋 copy color: '#766D04'

red 118 ◦ green 109 ◦ blue 4

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

Shades of Olive #766D04

Tints of Olive #766D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.19%

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

R = 51.08%
G = 47.19%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766D04 (or 0x766D04) is known color: Olive. HEX triplet: 76, 6D and 04. RGB value is (118,109,4). Sum of RGB (Red+Green+Blue) = 118+109+4=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D04 is #8992FB. Grayscale: #646464. Windows color (decimal): -9016060 or 290166. OLE color: 290166.

HSL color Cylindrical-coordinate representation of color #766D04: hue angle of 55.26º 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 #766D04 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 4 -
CMYK 0 0.08 0.97 0.54
HSL 55.26º 0.93% 0.24% -
HSV(B) 55.26º 0.97% 0.46% -
XYZ 12.96 14.8 2.29 -
YUV 99.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 118 109 4 0 0.08 0.97 0.54 55.26 0.93 0.24
Hex 76 6D 4 0 8 61 36 37 5D 18
Octal 166 155 4 0 10 141 66 67 135 30
Binary 1110110 1101101 100 0 1000 1100001 110110 110111 1011101 11000

Color Harmonies of #766D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D04

Black with #766D04

Text Example


Text Example

White with #766D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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