#616215

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

Shades of Fiji Green #616215

Tints of Fiji Green #616215

Color information

#616215 (or 0x616215) is unknown color: approx Fiji Green. HEX triplet: 61, 62 and 15. RGB value is (97,98,21). Sum of RGB (Red+Green+Blue) = 97+98+21=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #616215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616215 is #9E9DEA. Grayscale: #595959. Windows color (decimal): -10395115 or 1401441. OLE color: 1401441.

HSL color Cylindrical-coordinate representation of color #616215: hue angle of 60.78º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #616215 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB979821-
CMYK0.0100.790.62
HSL60.78º64.71%23.33%-
HSV(B)60.78º78.57%38.43%-
XYZ9.4311.332.4-
YUV88.9289.67133.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=44.91%
G=45.37%
B=9.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798210.0100.790.6260.7864.7123.33
Hex616215104F3E3d4117
Octal1411422510117767510127
Binary1100001110001010101101001111111110111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616215; }

 p { color: rgb(97,98,21); }

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

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

 a { background-color: rgb(97,98,21); }

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

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

 span { border-color: rgb(97,98,21); }

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