Html Css Color HEX #617001 Fiji Green

📋 copy color: '#617001'

red 97 ◦ green 112 ◦ blue 1

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

Shades of Fiji Green #617001

Tints of Fiji Green #617001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 46.19%
G = 53.33%
B = 0.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#617001 (or 0x617001) is known color: Fiji Green. HEX triplet: 61, 70 and 01. RGB value is (97,112,1). Sum of RGB (Red+Green+Blue) = 97+112+1=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #617001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617001 is #9E8FFE. Grayscale: #5F5F5F. Windows color (decimal): -10391551 or 94305. OLE color: 94305.

HSL color Cylindrical-coordinate representation of color #617001: hue angle of 68.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #617001 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 1 -
CMYK 0.13 0 0.99 0.56
HSL 68.11º 0.98% 0.22% -
HSV(B) 68.11º 0.99% 0.44% -
XYZ 10.73 14.13 2.19 -
YUV 94.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 97 112 1 0.13 0 0.99 0.56 68.11 0.98 0.22
Hex 61 70 1 D 0 63 38 44 62 16
Octal 141 160 1 15 0 143 70 104 142 26
Binary 1100001 1110000 1 1101 0 1100011 111000 1000100 1100010 10110

Color Harmonies of #617001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617001

Black with #617001

Text Example


Text Example

White with #617001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617001; }

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

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

background-color css

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

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

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

border-color css

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

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

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