Html Css Color HEX #617A16 Fiji Green

📋 copy color: '#617A16'

red 97 ◦ green 122 ◦ blue 22

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

Shades of Fiji Green #617A16

Tints of Fiji Green #617A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.62%

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

R = 40.25%
G = 50.62%
B = 9.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#617A16 (or 0x617A16) is known color: Fiji Green. HEX triplet: 61, 7A and 16. RGB value is (97,122,22). Sum of RGB (Red+Green+Blue) = 97+122+22=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #617A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617A16 is #9E85E9. Grayscale: #676767. Windows color (decimal): -10388970 or 1473121. OLE color: 1473121.

HSL color Cylindrical-coordinate representation of color #617A16: hue angle of 75º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #617A16 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 122 22 -
CMYK 0.20 0 0.82 0.52
HSL 75º 0.69% 0.28% -
HSV(B) 75º 0.82% 0.48% -
XYZ 12.03 16.52 3.31 -
YUV 103.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 97 122 22 0.20 0 0.82 0.52 75 0.69 0.28
Hex 61 7A 16 14 0 52 34 4B 45 1C
Octal 141 172 26 24 0 122 64 113 105 34
Binary 1100001 1111010 10110 10100 0 1010010 110100 1001011 1000101 11100

Color Harmonies of #617A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A16

Black with #617A16

Text Example


Text Example

White with #617A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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