Html Css Color HEX #617103 Fiji Green

📋 copy color: '#617103'

red 97 ◦ green 113 ◦ blue 3

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

Shades of Fiji Green #617103

Tints of Fiji Green #617103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.41%

R = 45.54%
G = 53.05%
B = 1.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#617103 (or 0x617103) is known color: Fiji Green. HEX triplet: 61, 71 and 03. RGB value is (97,113,3). Sum of RGB (Red+Green+Blue) = 97+113+3=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #617103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617103 is #9E8EFC. Grayscale: #606060. Windows color (decimal): -10391293 or 225633. OLE color: 225633.

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

Color convert

RGB 97 113 3 -
CMYK 0.14 0 0.97 0.56
HSL 68.73º 0.95% 0.23% -
HSV(B) 68.73º 0.97% 0.44% -
XYZ 10.85 14.36 2.29 -
YUV 95.68 75.7 128.94 -
System Red Green Blue C M Y K H S L
Decimal 97 113 3 0.14 0 0.97 0.56 68.73 0.95 0.23
Hex 61 71 3 E 0 61 38 45 5F 17
Octal 141 161 3 16 0 141 70 105 137 27
Binary 1100001 1110001 11 1110 0 1100001 111000 1000101 1011111 10111

Color Harmonies of #617103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617103

Black with #617103

Text Example


Text Example

White with #617103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617103; }

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

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

background-color css

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

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

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

border-color css

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

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

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