Html Css Color HEX #766A00 Olive

📋 copy color: '#766A00'

red 118 ◦ green 106 ◦ blue 0

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

Shades of Olive #766A00

Tints of Olive #766A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.32%

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

R = 52.68%
G = 47.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766A00 (or 0x766A00) is known color: Olive. HEX triplet: 76, 6A and 00. RGB value is (118,106,0). Sum of RGB (Red+Green+Blue) = 118+106+0=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #766A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A00 is #8995FF. Grayscale: #616161. Windows color (decimal): -9016832 or 27254. OLE color: 27254.

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

Color convert

RGB 118 106 0 -
CMYK 0 0.10 1 0.54
HSL 53.9º 1% 0.23% -
HSV(B) 53.9º 1% 0.46% -
XYZ 12.63 14.16 2.07 -
YUV 97.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 118 106 0 0 0.10 1 0.54 53.9 1 0.23
Hex 76 6A 0 0 A 64 36 36 64 17
Octal 166 152 0 0 12 144 66 66 144 27
Binary 1110110 1101010 0 0 1010 1100100 110110 110110 1100100 10111

Color Harmonies of #766A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A00

Black with #766A00

Text Example


Text Example

White with #766A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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