Html Css Color HEX #616212 Fiji Green

📋 copy color: '#616212'

red 97 ◦ green 98 ◦ blue 18

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

Shades of Fiji Green #616212

Tints of Fiji Green #616212

RGB

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

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

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

R = 45.54%
G = 46.01%
B = 8.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#616212 (or 0x616212) is known color: Fiji Green. HEX triplet: 61, 62 and 12. RGB value is (97,98,18). Sum of RGB (Red+Green+Blue) = 97+98+18=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #616212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616212 is #9E9DED. Grayscale: #585858. Windows color (decimal): -10395118 or 1204833. OLE color: 1204833.

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

Color convert

RGB 97 98 18 -
CMYK 0.01 0 0.82 0.62
HSL 60.75º 0.69% 0.23% -
HSV(B) 60.75º 0.82% 0.38% -
XYZ 9.41 11.32 2.26 -
YUV 88.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 97 98 18 0.01 0 0.82 0.62 60.75 0.69 0.23
Hex 61 62 12 1 0 52 3E 3D 45 17
Octal 141 142 22 1 0 122 76 75 105 27
Binary 1100001 1100010 10010 1 0 1010010 111110 111101 1000101 10111

Color Harmonies of #616212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616212

Black with #616212

Text Example


Text Example

White with #616212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616212; }

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

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

background-color css

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

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

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

border-color css

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

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

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