Html Css Color HEX #766500 Olive

📋 copy color: '#766500'

red 118 ◦ green 101 ◦ blue 0

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

Shades of Olive #766500

Tints of Olive #766500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.12%

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

R = 53.88%
G = 46.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766500 (or 0x766500) is known color: Olive. HEX triplet: 76, 65 and 00. RGB value is (118,101,0). Sum of RGB (Red+Green+Blue) = 118+101+0=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #766500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766500 is #899AFF. Grayscale: #5E5E5E. Windows color (decimal): -9018112 or 25974. OLE color: 25974.

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

Color convert

RGB 118 101 0 -
CMYK 0 0.14 1 0.54
HSL 51.36º 1% 0.23% -
HSV(B) 51.36º 1% 0.46% -
XYZ 12.12 13.16 1.9 -
YUV 94.57 74.63 144.71 -
System Red Green Blue C M Y K H S L
Decimal 118 101 0 0 0.14 1 0.54 51.36 1 0.23
Hex 76 65 0 0 E 64 36 33 64 17
Octal 166 145 0 0 16 144 66 63 144 27
Binary 1110110 1100101 0 0 1110 1100100 110110 110011 1100100 10111

Color Harmonies of #766500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766500

Black with #766500

Text Example


Text Example

White with #766500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766500; }

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

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

background-color css

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

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

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

border-color css

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

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

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