#767200

Color #767200 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #767200

Tints of Olive #767200

Color information

#767200 (or 0x767200) is unknown color: approx Olive. HEX triplet: 76, 72 and 00. RGB value is (118,114,0). Sum of RGB (Red+Green+Blue) = 118+114+0=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #767200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767200 is #898DFF. Grayscale: #666666. Windows color (decimal): -9014784 or 29302. OLE color: 29302.

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

Color convert

RGB1181140-
CMYK00.0310.54
HSL57.97º100%23.14%-
HSV(B)57.97º100%46.27%-
XYZ13.4915.892.36-
YUV102.270.33139.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.86%
G=49.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118114000.0310.5457.9710023.14
Hex767200364363a6417
Octal166162003144667214427
Binary1110110111001000111100100110110111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767200; }

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

 H1.HeaderClassName
 {
   color: #767200;
 }
 .AnyTagClassName
 {
   color: #767200;
 }
</style>
background-color css

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

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

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

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

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

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