#616502

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

Shades of Fiji Green #616502

Tints of Fiji Green #616502

Color information

#616502 (or 0x616502) is unknown color: approx Fiji Green. HEX triplet: 61, 65 and 02. RGB value is (97,101,2). Sum of RGB (Red+Green+Blue) = 97+101+2=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #616502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616502 is #9E9AFD. Grayscale: #585858. Windows color (decimal): -10394366 or 157025. OLE color: 157025.

HSL color Cylindrical-coordinate representation of color #616502: hue angle of 62.42º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #616502 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB971012-
CMYK0.0400.980.60
HSL62.42º96.12%20.2%-
HSV(B)62.42º98.02%39.61%-
XYZ9.5911.851.84-
YUV88.5279.17134.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 101 (39.84% from 255) = 50.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=48.5%
G=50.5%
B=1%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9710120.0400.980.6062.4296.1220.2
Hex6165240623C3e6014
Octal141145240142747614024
Binary110000111001011010001100010111100111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616502; }

 p { color: rgb(97,101,2); }

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

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

 a { background-color: rgb(97,101,2); }

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

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

 span { border-color: rgb(97,101,2); }

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