Html Css Color HEX #616112 Fiji Green

📋 copy color: '#616112'

red 97 ◦ green 97 ◦ blue 18

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

Shades of Fiji Green #616112

Tints of Fiji Green #616112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 45.75%
G = 45.75%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#616112 (or 0x616112) is known color: Fiji Green. HEX triplet: 61, 61 and 12. RGB value is (97,97,18). Sum of RGB (Red+Green+Blue) = 97+97+18=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616112 is #9E9EED. Grayscale: #585858. Windows color (decimal): -10395374 or 1204577. OLE color: 1204577.

HSL color Cylindrical-coordinate representation of color #616112: hue angle of 60º degrees, saturation: 0.69, 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 #616112 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 97 18 -
CMYK 0 0 0.81 0.62
HSL 60º 0.69% 0.23% -
HSV(B) 60º 0.81% 0.38% -
XYZ 9.31 11.13 2.23 -
YUV 87.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 97 97 18 0 0 0.81 0.62 60 0.69 0.23
Hex 61 61 12 0 0 51 3E 3C 45 17
Octal 141 141 22 0 0 121 76 74 105 27
Binary 1100001 1100001 10010 0 0 1010001 111110 111100 1000101 10111

Color Harmonies of #616112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616112

Black with #616112

Text Example


Text Example

White with #616112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616112; }

 p { color: rgb(97,97,18); }

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

background-color css

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

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

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

border-color css

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

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

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