#60790E

Color #60790E Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #60790E

Tints of Fiji Green #60790E

Color information

#60790E (or 0x60790E) is unknown color: approx Fiji Green. HEX triplet: 60, 79 and 0E. RGB value is (96,121,14). Sum of RGB (Red+Green+Blue) = 96+121+14=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #60790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60790E is #9F86F1. Grayscale: #656565. Windows color (decimal): -10454770 or 948576. OLE color: 948576.

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

Color convert

RGB9612114-
CMYK0.2100.880.53
HSL74.02º79.26%26.47%-
HSV(B)74.02º88.43%47.45%-
XYZ11.7416.192.92-
YUV101.3378.72124.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=41.56%
G=52.38%
B=6.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96121140.2100.880.5374.0279.2626.47
Hex6079E15058354a4f1a
Octal140171162501306511211732
Binary11000001111001111010101010110001101011001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60790E; }

 p { color: rgb(96,121,14); }

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

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

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

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

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

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

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