Html Css Color HEX #766C00 Olive

📋 copy color: '#766C00'

red 118 ◦ green 108 ◦ blue 0

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

Shades of Olive #766C00

Tints of Olive #766C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.79%

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

R = 52.21%
G = 47.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766C00 (or 0x766C00) is known color: Olive. HEX triplet: 76, 6C and 00. RGB value is (118,108,0). Sum of RGB (Red+Green+Blue) = 118+108+0=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #766C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C00 is #8993FF. Grayscale: #636363. Windows color (decimal): -9016320 or 27766. OLE color: 27766.

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

Color convert

RGB 118 108 0 -
CMYK 0 0.08 1 0.54
HSL 54.92º 1% 0.23% -
HSV(B) 54.92º 1% 0.46% -
XYZ 12.83 14.58 2.14 -
YUV 98.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 118 108 0 0 0.08 1 0.54 54.92 1 0.23
Hex 76 6C 0 0 8 64 36 37 64 17
Octal 166 154 0 0 10 144 66 67 144 27
Binary 1110110 1101100 0 0 1000 1100100 110110 110111 1100100 10111

Color Harmonies of #766C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C00

Black with #766C00

Text Example


Text Example

White with #766C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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