Html Css Color HEX #616002 Fiji Green

📋 copy color: '#616002'

red 97 ◦ green 96 ◦ blue 2

#616002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #616002

Tints of Fiji Green #616002

RGB

 RED value IS 97 (38.28% from 255) = 49.74%

 GREEN value IS 96 (37.89% from 255) = 49.23%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 49.74%
G = 49.23%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#616002 (or 0x616002) is known color: Fiji Green. HEX triplet: 61, 60 and 02. RGB value is (97,96,2). Sum of RGB (Red+Green+Blue) = 97+96+2=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #616002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616002 is #9E9FFD. Grayscale: #555555. Windows color (decimal): -10395646 or 155745. OLE color: 155745.

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

Color convert

RGB 97 96 2 -
CMYK 0 0.01 0.98 0.62
HSL 59.37º 0.96% 0.19% -
HSV(B) 59.37º 0.98% 0.38% -
XYZ 9.12 10.91 1.68 -
YUV 85.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 97 96 2 0 0.01 0.98 0.62 59.37 0.96 0.19
Hex 61 60 2 0 1 62 3E 3B 60 13
Octal 141 140 2 0 1 142 76 73 140 23
Binary 1100001 1100000 10 0 1 1100010 111110 111011 1100000 10011

Color Harmonies of #616002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616002

Black with #616002

Text Example


Text Example

White with #616002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616002; }

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

 H1.HeaderClassName
 {
   color: #616002;
 }
 .AnyTagClassName
 {
   color: #616002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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