Html Css Color HEX #616612 Fiji Green

📋 copy color: '#616612'

red 97 ◦ green 102 ◦ blue 18

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

Shades of Fiji Green #616612

Tints of Fiji Green #616612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47%

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

R = 44.7%
G = 47%
B = 8.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#616612 (or 0x616612) is known color: Fiji Green. HEX triplet: 61, 66 and 12. RGB value is (97,102,18). Sum of RGB (Red+Green+Blue) = 97+102+18=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #616612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616612 is #9E99ED. Grayscale: #5B5B5B. Windows color (decimal): -10394094 or 1205857. OLE color: 1205857.

HSL color Cylindrical-coordinate representation of color #616612: hue angle of 63.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #616612 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 18 -
CMYK 0.05 0 0.82 0.6
HSL 63.57º 0.7% 0.24% -
HSV(B) 63.57º 0.82% 0.4% -
XYZ 9.79 12.09 2.39 -
YUV 90.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 97 102 18 0.05 0 0.82 0.6 63.57 0.7 0.24
Hex 61 66 12 5 0 52 3C 40 46 18
Octal 141 146 22 5 0 122 74 100 106 30
Binary 1100001 1100110 10010 101 0 1010010 111100 1000000 1000110 11000

Color Harmonies of #616612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616612

Black with #616612

Text Example


Text Example

White with #616612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616612; }

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

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

background-color css

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

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

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

border-color css

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

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

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