#606A25

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

Shades of Fiji Green #606A25

Tints of Fiji Green #606A25

Color information

#606A25 (or 0x606A25) is unknown color: approx Fiji Green. HEX triplet: 60, 6A and 25. RGB value is (96,106,37). Sum of RGB (Red+Green+Blue) = 96+106+37=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #606A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606A25 is #9F95DA. Grayscale: #5F5F5F. Windows color (decimal): -10458587 or 2452064. OLE color: 2452064.

HSL color Cylindrical-coordinate representation of color #606A25: hue angle of 68.7º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #606A25 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB9610637-
CMYK0.0900.650.58
HSL68.7º48.25%28.04%-
HSV(B)68.7º65.09%41.57%-
XYZ10.3112.933.7-
YUV95.1495.19128.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=40.17%
G=44.35%
B=15.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96106370.0900.650.5868.748.2528.04
Hex606A2590413A45301c
Octal14015245110101721056034
Binary11000001101010100101100101000001111010100010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,106,37); }

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

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

 a { background-color: rgb(96,106,37); }

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

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

 span { border-color: rgb(96,106,37); }

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