#617225

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

Shades of Fiji Green #617225

Tints of Fiji Green #617225

Color information

#617225 (or 0x617225) is unknown color: approx Fiji Green. HEX triplet: 61, 72 and 25. RGB value is (97,114,37). Sum of RGB (Red+Green+Blue) = 97+114+37=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #617225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617225 is #9E8DDA. Grayscale: #646464. Windows color (decimal): -10391003 or 2454113. OLE color: 2454113.

HSL color Cylindrical-coordinate representation of color #617225: hue angle of 73.25º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #617225 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB9711437-
CMYK0.1500.680.55
HSL73.25º50.99%29.61%-
HSV(B)73.25º67.54%44.71%-
XYZ11.2814.713.99-
YUV100.1492.37125.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=39.11%
G=45.97%
B=14.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114370.1500.680.5573.2550.9929.61
Hex617225F0443749331e
Octal14116245170104671116336
Binary11000011110010100101111101000100110111100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617225; }

 p { color: rgb(97,114,37); }

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

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

 a { background-color: rgb(97,114,37); }

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

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

 span { border-color: rgb(97,114,37); }

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