Html Css Color HEX #617112 Fiji Green

📋 copy color: '#617112'

red 97 ◦ green 113 ◦ blue 18

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

Shades of Fiji Green #617112

Tints of Fiji Green #617112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 42.54%
G = 49.56%
B = 7.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#617112 (or 0x617112) is known color: Fiji Green. HEX triplet: 61, 71 and 12. RGB value is (97,113,18). Sum of RGB (Red+Green+Blue) = 97+113+18=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #617112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617112 is #9E8EED. Grayscale: #616161. Windows color (decimal): -10391278 or 1208673. OLE color: 1208673.

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

Color convert

RGB 97 113 18 -
CMYK 0.14 0 0.84 0.56
HSL 70.11º 0.73% 0.26% -
HSV(B) 70.11º 0.84% 0.44% -
XYZ 10.94 14.4 2.77 -
YUV 97.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 97 113 18 0.14 0 0.84 0.56 70.11 0.73 0.26
Hex 61 71 12 E 0 54 38 46 49 1A
Octal 141 161 22 16 0 124 70 106 111 32
Binary 1100001 1110001 10010 1110 0 1010100 111000 1000110 1001001 11010

Color Harmonies of #617112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617112

Black with #617112

Text Example


Text Example

White with #617112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617112; }

 p { color: rgb(97,113,18); }

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

background-color css

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

 a { background-color: rgb(97,113,18); }

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

border-color css

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

 span { border-color: rgb(97,113,18); }

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