#767203

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

Shades of Olive #767203

Tints of Olive #767203

Color information

#767203 (or 0x767203) is unknown color: approx Olive. HEX triplet: 76, 72 and 03. RGB value is (118,114,3). Sum of RGB (Red+Green+Blue) = 118+114+3=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #767203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767203 is #898DFC. Grayscale: #666666. Windows color (decimal): -9014781 or 225910. OLE color: 225910.

HSL color Cylindrical-coordinate representation of color #767203: hue angle of 57.91º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #767203 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1181143-
CMYK00.030.970.54
HSL57.91º95.04%23.73%-
HSV(B)57.91º97.46%46.27%-
XYZ13.515.892.44-
YUV102.5471.83139.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=50.21%
G=48.51%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118114300.030.970.5457.9195.0423.73
Hex767230361363a5f18
Octal166162303141667213730
Binary11101101110010110111100001110110111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767203; }

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

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

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

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

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

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

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

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