Html Css Color HEX #617210 Fiji Green

📋 copy color: '#617210'

red 97 ◦ green 114 ◦ blue 16

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

Shades of Fiji Green #617210

Tints of Fiji Green #617210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.22%

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 42.73%
G = 50.22%
B = 7.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#617210 (or 0x617210) is known color: Fiji Green. HEX triplet: 61, 72 and 10. RGB value is (97,114,16). Sum of RGB (Red+Green+Blue) = 97+114+16=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #617210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617210 is #9E8DEF. Grayscale: #626262. Windows color (decimal): -10391024 or 1077857. OLE color: 1077857.

HSL color Cylindrical-coordinate representation of color #617210: hue angle of 70.41º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #617210 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 16 -
CMYK 0.15 0 0.86 0.55
HSL 70.41º 0.75% 0.25% -
HSV(B) 70.41º 0.86% 0.45% -
XYZ 11.04 14.61 2.73 -
YUV 97.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 97 114 16 0.15 0 0.86 0.55 70.41 0.75 0.25
Hex 61 72 10 F 0 56 37 46 4B 19
Octal 141 162 20 17 0 126 67 106 113 31
Binary 1100001 1110010 10000 1111 0 1010110 110111 1000110 1001011 11001

Color Harmonies of #617210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617210

Black with #617210

Text Example


Text Example

White with #617210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617210; }

 p { color: rgb(97,114,16); }

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

background-color css

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

 a { background-color: rgb(97,114,16); }

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

border-color css

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

 span { border-color: rgb(97,114,16); }

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