#767707

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

Shades of Olive #767707

Tints of Olive #767707

Color information

#767707 (or 0x767707) is unknown color: approx Olive. HEX triplet: 76, 77 and 07. RGB value is (118,119,7). Sum of RGB (Red+Green+Blue) = 118+119+7=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #767707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767707 is #8988F8. Grayscale: #6A6A6A. Windows color (decimal): -9013497 or 489334. OLE color: 489334.

HSL color Cylindrical-coordinate representation of color #767707: hue angle of 60.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #767707 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1181197-
CMYK0.0100.940.53
HSL60.54º88.89%24.71%-
HSV(B)60.54º94.12%46.67%-
XYZ14.1117.062.75-
YUV105.9372.17136.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 119 (46.88% from 255) = 48.77%
BLUE value IS 7 (3.12% from 255) = 2.87%
R=48.36%
G=48.77%
B=2.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11811970.0100.940.5360.5488.8924.71
Hex76777105E353d5919
Octal166167710136657513131
Binary11101101110111111101011110110101111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767707; }

 p { color: rgb(118,119,7); }

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

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

 a { background-color: rgb(118,119,7); }

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

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

 span { border-color: rgb(118,119,7); }

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