#606E0E

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

Shades of Fiji Green #606E0E

Tints of Fiji Green #606E0E

Color information

#606E0E (or 0x606E0E) is unknown color: approx Fiji Green. HEX triplet: 60, 6E and 0E. RGB value is (96,110,14). Sum of RGB (Red+Green+Blue) = 96+110+14=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #606E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606E0E is #9F91F1. Grayscale: #5F5F5F. Windows color (decimal): -10457586 or 945760. OLE color: 945760.

HSL color Cylindrical-coordinate representation of color #606E0E: hue angle of 68.75º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #606E0E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB9611014-
CMYK0.1300.870.57
HSL68.75º77.42%24.31%-
HSV(B)68.75º87.27%43.14%-
XYZ10.4813.672.5-
YUV94.8782.36128.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 110 (43.36% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=43.64%
G=50%
B=6.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96110140.1300.870.5768.7577.4224.31
Hex606EED05739454d18
Octal140156161501277110511530
Binary1100000110111011101101010101111110011000101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606E0E; }

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

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

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

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

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

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

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

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