#797925

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

Shades of Olivetone #797925

Tints of Olivetone #797925

Color information

#797925 (or 0x797925) is unknown color: approx Olivetone. HEX triplet: 79, 79 and 25. RGB value is (121,121,37). Sum of RGB (Red+Green+Blue) = 121+121+37=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797925 is #8686DA. Grayscale: #6F6F6F. Windows color (decimal): -8816347 or 2455929. OLE color: 2455929.

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

Color convert

RGB12112137-
CMYK000.690.53
HSL60º53.16%30.98%-
HSV(B)60º69.42%47.45%-
XYZ15.0617.874.41-
YUV111.4286134.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=43.37%
G=43.37%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112137000.690.536053.1630.98
Hex7979250045353c351f
Octal171171450010565746537
Binary1111001111100110010100100010111010111110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797925; }

 p { color: rgb(121,121,37); }

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

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

 a { background-color: rgb(121,121,37); }

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

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

 span { border-color: rgb(121,121,37); }

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