Html Css Color HEX #617F13 Fiji Green

📋 copy color: '#617F13'

red 97 ◦ green 127 ◦ blue 19

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

Shades of Fiji Green #617F13

Tints of Fiji Green #617F13

RGB

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

 GREEN value IS 127 (50% from 255) = 52.26%

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

R = 39.92%
G = 52.26%
B = 7.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#617F13 (or 0x617F13) is known color: Fiji Green. HEX triplet: 61, 7F and 13. RGB value is (97,127,19). Sum of RGB (Red+Green+Blue) = 97+127+19=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #617F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617F13 is #9E80EC. Grayscale: #6A6A6A. Windows color (decimal): -10387693 or 1277793. OLE color: 1277793.

HSL color Cylindrical-coordinate representation of color #617F13: hue angle of 76.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #617F13 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 127 19 -
CMYK 0.24 0 0.85 0.50
HSL 76.67º 0.74% 0.29% -
HSV(B) 76.67º 0.85% 0.5% -
XYZ 12.64 17.77 3.38 -
YUV 105.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 97 127 19 0.24 0 0.85 0.50 76.67 0.74 0.29
Hex 61 7F 13 18 0 55 32 4D 4A 1D
Octal 141 177 23 30 0 125 62 115 112 35
Binary 1100001 1111111 10011 11000 0 1010101 110010 1001101 1001010 11101

Color Harmonies of #617F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F13

Black with #617F13

Text Example


Text Example

White with #617F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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