Html Css Color HEX #766100 Olive

📋 copy color: '#766100'

red 118 ◦ green 97 ◦ blue 0

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

Shades of Olive #766100

Tints of Olive #766100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

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

R = 54.88%
G = 45.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766100 (or 0x766100) is known color: Olive. HEX triplet: 76, 61 and 00. RGB value is (118,97,0). Sum of RGB (Red+Green+Blue) = 118+97+0=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #766100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766100 is #899EFF. Grayscale: #5C5C5C. Windows color (decimal): -9019136 or 24950. OLE color: 24950.

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

Color convert

RGB 118 97 0 -
CMYK 0 0.18 1 0.54
HSL 49.32º 1% 0.23% -
HSV(B) 49.32º 1% 0.46% -
XYZ 11.75 12.4 1.77 -
YUV 92.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 118 97 0 0 0.18 1 0.54 49.32 1 0.23
Hex 76 61 0 0 12 64 36 31 64 17
Octal 166 141 0 0 22 144 66 61 144 27
Binary 1110110 1100001 0 0 10010 1100100 110110 110001 1100100 10111

Color Harmonies of #766100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766100

Black with #766100

Text Example


Text Example

White with #766100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766100; }

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

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

background-color css

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

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

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

border-color css

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

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

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