Html Css Color HEX #617013 Fiji Green

📋 copy color: '#617013'

red 97 ◦ green 112 ◦ blue 19

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

Shades of Fiji Green #617013

Tints of Fiji Green #617013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 42.54%
G = 49.12%
B = 8.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#617013 (or 0x617013) is known color: Fiji Green. HEX triplet: 61, 70 and 13. RGB value is (97,112,19). Sum of RGB (Red+Green+Blue) = 97+112+19=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #617013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617013 is #9E8FEC. Grayscale: #616161. Windows color (decimal): -10391533 or 1273953. OLE color: 1273953.

HSL color Cylindrical-coordinate representation of color #617013: hue angle of 69.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #617013 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 19 -
CMYK 0.13 0 0.83 0.56
HSL 69.68º 0.71% 0.26% -
HSV(B) 69.68º 0.83% 0.44% -
XYZ 10.84 14.18 2.78 -
YUV 96.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 97 112 19 0.13 0 0.83 0.56 69.68 0.71 0.26
Hex 61 70 13 D 0 53 38 46 47 1A
Octal 141 160 23 15 0 123 70 106 107 32
Binary 1100001 1110000 10011 1101 0 1010011 111000 1000110 1000111 11010

Color Harmonies of #617013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617013

Black with #617013

Text Example


Text Example

White with #617013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617013; }

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

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

background-color css

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

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

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

border-color css

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

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

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