Html Css Color HEX #616213 Fiji Green

📋 copy color: '#616213'

red 97 ◦ green 98 ◦ blue 19

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

Shades of Fiji Green #616213

Tints of Fiji Green #616213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 45.33%
G = 45.79%
B = 8.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#616213 (or 0x616213) is known color: Fiji Green. HEX triplet: 61, 62 and 13. RGB value is (97,98,19). Sum of RGB (Red+Green+Blue) = 97+98+19=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #616213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616213 is #9E9DEC. Grayscale: #595959. Windows color (decimal): -10395117 or 1270369. OLE color: 1270369.

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

Color convert

RGB 97 98 19 -
CMYK 0.01 0 0.81 0.62
HSL 60.76º 0.68% 0.23% -
HSV(B) 60.76º 0.81% 0.38% -
XYZ 9.41 11.32 2.31 -
YUV 88.7 88.67 133.92 -
System Red Green Blue C M Y K H S L
Decimal 97 98 19 0.01 0 0.81 0.62 60.76 0.68 0.23
Hex 61 62 13 1 0 51 3E 3D 44 17
Octal 141 142 23 1 0 121 76 75 104 27
Binary 1100001 1100010 10011 1 0 1010001 111110 111101 1000100 10111

Color Harmonies of #616213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616213

Black with #616213

Text Example


Text Example

White with #616213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616213; }

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

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

background-color css

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

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

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

border-color css

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

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

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