#606813

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

Shades of Fiji Green #606813

Tints of Fiji Green #606813

Color information

#606813 (or 0x606813) is unknown color: approx Fiji Green. HEX triplet: 60, 68 and 13. RGB value is (96,104,19). Sum of RGB (Red+Green+Blue) = 96+104+19=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #606813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606813 is #9F97EC. Grayscale: #5C5C5C. Windows color (decimal): -10459117 or 1271904. OLE color: 1271904.

HSL color Cylindrical-coordinate representation of color #606813: hue angle of 65.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #606813 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB9610419-
CMYK0.0800.820.59
HSL65.65º69.11%24.12%-
HSV(B)65.65º81.73%40.78%-
XYZ9.8912.432.49-
YUV91.9286.85130.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=43.84%
G=47.49%
B=8.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104190.0800.820.5965.6569.1124.12
Hex60681380523B424518
Octal140150231001227310210530
Binary11000001101000100111000010100101110111000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606813; }

 p { color: rgb(96,104,19); }

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

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

 a { background-color: rgb(96,104,19); }

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

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

 span { border-color: rgb(96,104,19); }

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