Html Css Color HEX #617316 Fiji Green

📋 copy color: '#617316'

red 97 ◦ green 115 ◦ blue 22

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

Shades of Fiji Green #617316

Tints of Fiji Green #617316

RGB

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

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

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

R = 41.45%
G = 49.15%
B = 9.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#617316 (or 0x617316) is known color: Fiji Green. HEX triplet: 61, 73 and 16. RGB value is (97,115,22). Sum of RGB (Red+Green+Blue) = 97+115+22=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #617316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617316 is #9E8CE9. Grayscale: #636363. Windows color (decimal): -10390762 or 1471329. OLE color: 1471329.

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

Color convert

RGB 97 115 22 -
CMYK 0.16 0 0.81 0.55
HSL 71.61º 0.68% 0.27% -
HSV(B) 71.61º 0.81% 0.45% -
XYZ 11.21 14.86 3.04 -
YUV 99.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 97 115 22 0.16 0 0.81 0.55 71.61 0.68 0.27
Hex 61 73 16 10 0 51 37 48 44 1B
Octal 141 163 26 20 0 121 67 110 104 33
Binary 1100001 1110011 10110 10000 0 1010001 110111 1001000 1000100 11011

Color Harmonies of #617316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617316

Black with #617316

Text Example


Text Example

White with #617316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617316; }

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

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

background-color css

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

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

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

border-color css

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

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

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