Html Css Color HEX #616202 Fiji Green

📋 copy color: '#616202'

red 97 ◦ green 98 ◦ blue 2

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

Shades of Fiji Green #616202

Tints of Fiji Green #616202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.75%

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

R = 49.24%
G = 49.75%
B = 1.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#616202 (or 0x616202) is known color: Fiji Green. HEX triplet: 61, 62 and 02. RGB value is (97,98,2). Sum of RGB (Red+Green+Blue) = 97+98+2=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #616202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616202 is #9E9DFD. Grayscale: #575757. Windows color (decimal): -10395134 or 156257. OLE color: 156257.

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

Color convert

RGB 97 98 2 -
CMYK 0.01 0 0.98 0.62
HSL 60.63º 0.96% 0.2% -
HSV(B) 60.63º 0.98% 0.38% -
XYZ 9.31 11.28 1.74 -
YUV 86.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 97 98 2 0.01 0 0.98 0.62 60.63 0.96 0.2
Hex 61 62 2 1 0 62 3E 3D 60 14
Octal 141 142 2 1 0 142 76 75 140 24
Binary 1100001 1100010 10 1 0 1100010 111110 111101 1100000 10100

Color Harmonies of #616202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616202

Black with #616202

Text Example


Text Example

White with #616202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616202; }

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

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

background-color css

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

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

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

border-color css

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

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

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