Html Css Color HEX #766800 Olive

📋 copy color: '#766800'

red 118 ◦ green 104 ◦ blue 0

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

Shades of Olive #766800

Tints of Olive #766800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.15%
G = 46.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766800 (or 0x766800) is known color: Olive. HEX triplet: 76, 68 and 00. RGB value is (118,104,0). Sum of RGB (Red+Green+Blue) = 118+104+0=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766800 is #8997FF. Grayscale: #606060. Windows color (decimal): -9017344 or 26742. OLE color: 26742.

HSL color Cylindrical-coordinate representation of color #766800: hue angle of 52.88º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #766800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 0 -
CMYK 0 0.12 1 0.54
HSL 52.88º 1% 0.23% -
HSV(B) 52.88º 1% 0.46% -
XYZ 12.42 13.75 2 -
YUV 96.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 118 104 0 0 0.12 1 0.54 52.88 1 0.23
Hex 76 68 0 0 C 64 36 35 64 17
Octal 166 150 0 0 14 144 66 65 144 27
Binary 1110110 1101000 0 0 1100 1100100 110110 110101 1100100 10111

Color Harmonies of #766800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766800

Black with #766800

Text Example


Text Example

White with #766800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766800; }

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

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

background-color css

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

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

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

border-color css

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

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

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