#606523

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

Shades of Fiji Green #606523

Tints of Fiji Green #606523

Color information

#606523 (or 0x606523) is unknown color: approx Fiji Green. HEX triplet: 60, 65 and 23. RGB value is (96,101,35). Sum of RGB (Red+Green+Blue) = 96+101+35=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #606523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606523 is #9F9ADC. Grayscale: #5C5C5C. Windows color (decimal): -10459869 or 2319712. OLE color: 2319712.

HSL color Cylindrical-coordinate representation of color #606523: hue angle of 64.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #606523 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB9610135-
CMYK0.0500.650.60
HSL64.55º48.53%26.67%-
HSV(B)64.55º65.35%39.61%-
XYZ9.7811.923.37-
YUV91.9895.84130.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 35 (14.06% from 255) = 15.09%
R=41.38%
G=43.53%
B=15.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101350.0500.650.6064.5548.5326.67
Hex60652350413C41311b
Octal1401454350101741016133
Binary1100000110010110001110101000001111100100000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606523; }

 p { color: rgb(96,101,35); }

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

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

 a { background-color: rgb(96,101,35); }

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

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

 span { border-color: rgb(96,101,35); }

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