#817A07

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

Shades of Olive #817A07

Tints of Olive #817A07

Color information

#817A07 (or 0x817A07) is unknown color: approx Olive. HEX triplet: 81, 7A and 07. RGB value is (129,122,7). Sum of RGB (Red+Green+Blue) = 129+122+7=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #817A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817A07 is #7E85F8. Grayscale: #6F6F6F. Windows color (decimal): -8291833 or 490113. OLE color: 490113.

HSL color Cylindrical-coordinate representation of color #817A07: hue angle of 56.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #817A07 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1291227-
CMYK00.050.950.49
HSL56.56º89.71%26.67%-
HSV(B)56.56º94.57%50.59%-
XYZ16.0518.62.95-
YUV110.9869.32140.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 47.29%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=50%
G=47.29%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129122700.050.950.4956.5689.7126.67
Hex817A7055F31395a1b
Octal201172705137617113233
Binary10000001111101011101011011111110001111001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817A07; }

 p { color: rgb(129,122,7); }

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

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

 a { background-color: rgb(129,122,7); }

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

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

 span { border-color: rgb(129,122,7); }

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