#797947

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

Shades of Kokoda #797947

Tints of Kokoda #797947

Color information

#797947 (or 0x797947) is unknown color: approx Kokoda. HEX triplet: 79, 79 and 47. RGB value is (121,121,71). Sum of RGB (Red+Green+Blue) = 121+121+71=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797947 is #8686B8. Grayscale: #737373. Windows color (decimal): -8816313 or 4684153. OLE color: 4684153.

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

Color convert

RGB12112171-
CMYK000.410.53
HSL60º26.04%37.65%-
HSV(B)60º41.32%47.45%-
XYZ15.8618.198.64-
YUV115.3103132.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=38.66%
G=38.66%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112171000.410.536026.0437.65
Hex7979470029353c1a26
Octal171171107005165743246
Binary1111001111100110001110010100111010111110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797947; }

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

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

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

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

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

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

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

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