Html Css Color HEX #617014 Fiji Green

📋 copy color: '#617014'

red 97 ◦ green 112 ◦ blue 20

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

Shades of Fiji Green #617014

Tints of Fiji Green #617014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 42.36%
G = 48.91%
B = 8.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#617014 (or 0x617014) is known color: Fiji Green. HEX triplet: 61, 70 and 14. RGB value is (97,112,20). Sum of RGB (Red+Green+Blue) = 97+112+20=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #617014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617014 is #9E8FEB. Grayscale: #616161. Windows color (decimal): -10391532 or 1339489. OLE color: 1339489.

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

Color convert

RGB 97 112 20 -
CMYK 0.13 0 0.82 0.56
HSL 69.78º 0.7% 0.26% -
HSV(B) 69.78º 0.82% 0.44% -
XYZ 10.85 14.18 2.83 -
YUV 97.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 97 112 20 0.13 0 0.82 0.56 69.78 0.7 0.26
Hex 61 70 14 D 0 52 38 46 46 1A
Octal 141 160 24 15 0 122 70 106 106 32
Binary 1100001 1110000 10100 1101 0 1010010 111000 1000110 1000110 11010

Color Harmonies of #617014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617014

Black with #617014

Text Example


Text Example

White with #617014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617014; }

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

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

background-color css

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

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

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

border-color css

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

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

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