Html Css Color HEX #617319 Fiji Green

📋 copy color: '#617319'

red 97 ◦ green 115 ◦ blue 25

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

Shades of Fiji Green #617319

Tints of Fiji Green #617319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.52%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 40.93%
G = 48.52%
B = 10.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#617319 (or 0x617319) is known color: Fiji Green. HEX triplet: 61, 73 and 19. RGB value is (97,115,25). Sum of RGB (Red+Green+Blue) = 97+115+25=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #617319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617319 is #9E8CE6. Grayscale: #636363. Windows color (decimal): -10390759 or 1667937. OLE color: 1667937.

HSL color Cylindrical-coordinate representation of color #617319: hue angle of 72º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #617319 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 115 25 -
CMYK 0.16 0 0.78 0.55
HSL 72º 0.64% 0.27% -
HSV(B) 72º 0.78% 0.45% -
XYZ 11.24 14.87 3.2 -
YUV 99.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 97 115 25 0.16 0 0.78 0.55 72 0.64 0.27
Hex 61 73 19 10 0 4E 37 48 40 1B
Octal 141 163 31 20 0 116 67 110 100 33
Binary 1100001 1110011 11001 10000 0 1001110 110111 1001000 1000000 11011

Color Harmonies of #617319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617319

Black with #617319

Text Example


Text Example

White with #617319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617319; }

 p { color: rgb(97,115,25); }

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

background-color css

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

 a { background-color: rgb(97,115,25); }

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

border-color css

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

 span { border-color: rgb(97,115,25); }

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