Html Css Color HEX #766200 Olive

📋 copy color: '#766200'

red 118 ◦ green 98 ◦ blue 0

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

Shades of Olive #766200

Tints of Olive #766200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 54.63%
G = 45.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766200 (or 0x766200) is known color: Olive. HEX triplet: 76, 62 and 00. RGB value is (118,98,0). Sum of RGB (Red+Green+Blue) = 118+98+0=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #766200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766200 is #899DFF. Grayscale: #5D5D5D. Windows color (decimal): -9018880 or 25206. OLE color: 25206.

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

Color convert

RGB 118 98 0 -
CMYK 0 0.17 1 0.54
HSL 49.83º 1% 0.23% -
HSV(B) 49.83º 1% 0.46% -
XYZ 11.84 12.59 1.81 -
YUV 92.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 118 98 0 0 0.17 1 0.54 49.83 1 0.23
Hex 76 62 0 0 11 64 36 32 64 17
Octal 166 142 0 0 21 144 66 62 144 27
Binary 1110110 1100010 0 0 10001 1100100 110110 110010 1100100 10111

Color Harmonies of #766200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766200

Black with #766200

Text Example


Text Example

White with #766200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766200; }

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

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

background-color css

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

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

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

border-color css

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

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

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