#797A31

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

Shades of Crete #797A31

Tints of Crete #797A31

Color information

#797A31 (or 0x797A31) is unknown color: approx Crete. HEX triplet: 79, 7A and 31. RGB value is (121,122,49). Sum of RGB (Red+Green+Blue) = 121+122+49=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #797A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797A31 is #8685CE. Grayscale: #717171. Windows color (decimal): -8816079 or 3242617. OLE color: 3242617.

HSL color Cylindrical-coordinate representation of color #797A31: hue angle of 60.82º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #797A31 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB12112249-
CMYK0.0100.600.52
HSL60.82º42.69%33.53%-
HSV(B)60.82º59.84%47.84%-
XYZ15.418.215.61-
YUV113.3891.67133.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=41.44%
G=41.78%
B=16.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121122490.0100.600.5260.8242.6933.53
Hex797A31103C343d2b22
Octal17117261107464755342
Binary1111001111101011000110111100110100111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797A31; }

 p { color: rgb(121,122,49); }

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

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

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

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

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

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

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