Html Css Color HEX #616B16 Fiji Green

📋 copy color: '#616B16'

red 97 ◦ green 107 ◦ blue 22

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

Shades of Fiji Green #616B16

Tints of Fiji Green #616B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 42.92%
G = 47.35%
B = 9.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#616B16 (or 0x616B16) is known color: Fiji Green. HEX triplet: 61, 6B and 16. RGB value is (97,107,22). Sum of RGB (Red+Green+Blue) = 97+107+22=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #616B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616B16 is #9E94E9. Grayscale: #5E5E5E. Windows color (decimal): -10392810 or 1469281. OLE color: 1469281.

HSL color Cylindrical-coordinate representation of color #616B16: hue angle of 67.06º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #616B16 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 107 22 -
CMYK 0.09 0 0.79 0.58
HSL 67.06º 0.66% 0.25% -
HSV(B) 67.06º 0.79% 0.42% -
XYZ 10.33 13.11 2.75 -
YUV 94.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 97 107 22 0.09 0 0.79 0.58 67.06 0.66 0.25
Hex 61 6B 16 9 0 4F 3A 43 42 19
Octal 141 153 26 11 0 117 72 103 102 31
Binary 1100001 1101011 10110 1001 0 1001111 111010 1000011 1000010 11001

Color Harmonies of #616B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B16

Black with #616B16

Text Example


Text Example

White with #616B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616B16; }

 p { color: rgb(97,107,22); }

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

background-color css

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

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

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

border-color css

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

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

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