#767C02

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

Shades of Olive #767C02

Tints of Olive #767C02

Color information

#767C02 (or 0x767C02) is unknown color: approx Olive. HEX triplet: 76, 7C and 02. RGB value is (118,124,2). Sum of RGB (Red+Green+Blue) = 118+124+2=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #767C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C02 is #8983FD. Grayscale: #6C6C6C. Windows color (decimal): -9012222 or 162934. OLE color: 162934.

HSL color Cylindrical-coordinate representation of color #767C02: hue angle of 62.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #767C02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB1181242-
CMYK0.0500.980.51
HSL62.95º96.83%24.71%-
HSV(B)62.95º98.39%48.63%-
XYZ14.6918.272.81-
YUV108.368.01134.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=48.36%
G=50.82%
B=0.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11812420.0500.980.5162.9596.8324.71
Hex767C25062333f6119
Octal166174250142637714131
Binary111011011111001010101100010110011111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C02; }

 p { color: rgb(118,124,2); }

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

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

 a { background-color: rgb(118,124,2); }

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

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

 span { border-color: rgb(118,124,2); }

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