Html Css Color HEX #766804 Olive

📋 copy color: '#766804'

red 118 ◦ green 104 ◦ blue 4

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

Shades of Olive #766804

Tints of Olive #766804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

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

R = 52.21%
G = 46.02%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766804 (or 0x766804) is known color: Olive. HEX triplet: 76, 68 and 04. RGB value is (118,104,4). Sum of RGB (Red+Green+Blue) = 118+104+4=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #766804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766804 is #8997FB. Grayscale: #616161. Windows color (decimal): -9017340 or 288886. OLE color: 288886.

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

Color convert

RGB 118 104 4 -
CMYK 0 0.12 0.97 0.54
HSL 52.63º 0.93% 0.24% -
HSV(B) 52.63º 0.97% 0.46% -
XYZ 12.44 13.76 2.12 -
YUV 96.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 118 104 4 0 0.12 0.97 0.54 52.63 0.93 0.24
Hex 76 68 4 0 C 61 36 35 5D 18
Octal 166 150 4 0 14 141 66 65 135 30
Binary 1110110 1101000 100 0 1100 1100001 110110 110101 1011101 11000

Color Harmonies of #766804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766804

Black with #766804

Text Example


Text Example

White with #766804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766804; }

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

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

background-color css

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

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

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

border-color css

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

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

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