Html Css Color HEX #766E00 Olive

📋 copy color: '#766E00'

red 118 ◦ green 110 ◦ blue 0

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

Shades of Olive #766E00

Tints of Olive #766E00

RGB

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

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

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

R = 51.75%
G = 48.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766E00 (or 0x766E00) is known color: Olive. HEX triplet: 76, 6E and 00. RGB value is (118,110,0). Sum of RGB (Red+Green+Blue) = 118+110+0=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #766E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E00 is #8991FF. Grayscale: #646464. Windows color (decimal): -9015808 or 28278. OLE color: 28278.

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

Color convert

RGB 118 110 0 -
CMYK 0 0.07 1 0.54
HSL 55.93º 1% 0.23% -
HSV(B) 55.93º 1% 0.46% -
XYZ 13.05 15 2.21 -
YUV 99.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 118 110 0 0 0.07 1 0.54 55.93 1 0.23
Hex 76 6E 0 0 7 64 36 38 64 17
Octal 166 156 0 0 7 144 66 70 144 27
Binary 1110110 1101110 0 0 111 1100100 110110 111000 1100100 10111

Color Harmonies of #766E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E00

Black with #766E00

Text Example


Text Example

White with #766E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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