Html Css Color HEX #617104 Fiji Green

📋 copy color: '#617104'

red 97 ◦ green 113 ◦ blue 4

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

Shades of Fiji Green #617104

Tints of Fiji Green #617104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.87%

R = 45.33%
G = 52.8%
B = 1.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#617104 (or 0x617104) is known color: Fiji Green. HEX triplet: 61, 71 and 04. RGB value is (97,113,4). Sum of RGB (Red+Green+Blue) = 97+113+4=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #617104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617104 is #9E8EFB. Grayscale: #606060. Windows color (decimal): -10391292 or 291169. OLE color: 291169.

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

Color convert

RGB 97 113 4 -
CMYK 0.14 0 0.96 0.56
HSL 68.81º 0.93% 0.23% -
HSV(B) 68.81º 0.96% 0.44% -
XYZ 10.86 14.36 2.31 -
YUV 95.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 97 113 4 0.14 0 0.96 0.56 68.81 0.93 0.23
Hex 61 71 4 E 0 60 38 45 5D 17
Octal 141 161 4 16 0 140 70 105 135 27
Binary 1100001 1110001 100 1110 0 1100000 111000 1000101 1011101 10111

Color Harmonies of #617104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617104

Black with #617104

Text Example


Text Example

White with #617104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617104; }

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

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

background-color css

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

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

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

border-color css

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

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

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