Html Css Color HEX #617003 Fiji Green

📋 copy color: '#617003'

red 97 ◦ green 112 ◦ blue 3

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

Shades of Fiji Green #617003

Tints of Fiji Green #617003

RGB

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

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

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

R = 45.75%
G = 52.83%
B = 1.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#617003 (or 0x617003) is known color: Fiji Green. HEX triplet: 61, 70 and 03. RGB value is (97,112,3). Sum of RGB (Red+Green+Blue) = 97+112+3=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #617003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617003 is #9E8FFC. Grayscale: #5F5F5F. Windows color (decimal): -10391549 or 225377. OLE color: 225377.

HSL color Cylindrical-coordinate representation of color #617003: hue angle of 68.26º 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 #617003 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 3 -
CMYK 0.13 0 0.97 0.56
HSL 68.26º 0.95% 0.23% -
HSV(B) 68.26º 0.97% 0.44% -
XYZ 10.74 14.14 2.25 -
YUV 95.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 97 112 3 0.13 0 0.97 0.56 68.26 0.95 0.23
Hex 61 70 3 D 0 61 38 44 5F 17
Octal 141 160 3 15 0 141 70 104 137 27
Binary 1100001 1110000 11 1101 0 1100001 111000 1000100 1011111 10111

Color Harmonies of #617003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617003

Black with #617003

Text Example


Text Example

White with #617003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617003; }

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

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

background-color css

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

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

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

border-color css

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

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

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