#767C00

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

Shades of Olive #767C00

Tints of Olive #767C00

Color information

#767C00 (or 0x767C00) is unknown color: approx Olive. HEX triplet: 76, 7C and 00. RGB value is (118,124,0). Sum of RGB (Red+Green+Blue) = 118+124+0=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #767C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C00 is #8983FF. Grayscale: #6C6C6C. Windows color (decimal): -9012224 or 31862. OLE color: 31862.

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

Color convert

RGB1181240-
CMYK0.05010.51
HSL62.9º100%24.31%-
HSV(B)62.9º100%48.63%-
XYZ14.6818.272.75-
YUV108.0767.01135.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 124 (48.83% from 255) = 51.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.76%
G=51.24%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11812400.05010.5162.910024.31
Hex767C05064333f6418
Octal166174050144637714430
Binary11101101111100010101100100110011111111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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