Html Css Color HEX #617214 Fiji Green

📋 copy color: '#617214'

red 97 ◦ green 114 ◦ blue 20

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

Shades of Fiji Green #617214

Tints of Fiji Green #617214

RGB

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

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

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

R = 41.99%
G = 49.35%
B = 8.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#617214 (or 0x617214) is known color: Fiji Green. HEX triplet: 61, 72 and 14. RGB value is (97,114,20). Sum of RGB (Red+Green+Blue) = 97+114+20=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #617214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617214 is #9E8DEB. Grayscale: #626262. Windows color (decimal): -10391020 or 1340001. OLE color: 1340001.

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

Color convert

RGB 97 114 20 -
CMYK 0.15 0 0.82 0.55
HSL 70.85º 0.7% 0.26% -
HSV(B) 70.85º 0.82% 0.45% -
XYZ 11.07 14.63 2.9 -
YUV 98.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 97 114 20 0.15 0 0.82 0.55 70.85 0.7 0.26
Hex 61 72 14 F 0 52 37 47 46 1A
Octal 141 162 24 17 0 122 67 107 106 32
Binary 1100001 1110010 10100 1111 0 1010010 110111 1000111 1000110 11010

Color Harmonies of #617214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617214

Black with #617214

Text Example


Text Example

White with #617214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617214; }

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

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

background-color css

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

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

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

border-color css

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

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

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