Html Css Color HEX #617C13 Fiji Green

📋 copy color: '#617C13'

red 97 ◦ green 124 ◦ blue 19

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

Shades of Fiji Green #617C13

Tints of Fiji Green #617C13

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.67%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 40.42%
G = 51.67%
B = 7.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#617C13 (or 0x617C13) is known color: Fiji Green. HEX triplet: 61, 7C and 13. RGB value is (97,124,19). Sum of RGB (Red+Green+Blue) = 97+124+19=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #617C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C13 is #9E83EC. Grayscale: #686868. Windows color (decimal): -10388461 or 1277025. OLE color: 1277025.

HSL color Cylindrical-coordinate representation of color #617C13: hue angle of 75.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #617C13 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 124 19 -
CMYK 0.22 0 0.85 0.51
HSL 75.43º 0.73% 0.28% -
HSV(B) 75.43º 0.85% 0.49% -
XYZ 12.25 17 3.25 -
YUV 103.96 80.05 123.04 -
System Red Green Blue C M Y K H S L
Decimal 97 124 19 0.22 0 0.85 0.51 75.43 0.73 0.28
Hex 61 7C 13 16 0 55 33 4B 49 1C
Octal 141 174 23 26 0 125 63 113 111 34
Binary 1100001 1111100 10011 10110 0 1010101 110011 1001011 1001001 11100

Color Harmonies of #617C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C13

Black with #617C13

Text Example


Text Example

White with #617C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,124,19); }

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

background-color css

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

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

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

border-color css

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

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

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