Html Css Color HEX #616901 Fiji Green

📋 copy color: '#616901'

red 97 ◦ green 105 ◦ blue 1

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

Shades of Fiji Green #616901

Tints of Fiji Green #616901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.72%

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

R = 47.78%
G = 51.72%
B = 0.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#616901 (or 0x616901) is known color: Fiji Green. HEX triplet: 61, 69 and 01. RGB value is (97,105,1). Sum of RGB (Red+Green+Blue) = 97+105+1=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #616901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616901 is #9E96FE. Grayscale: #5B5B5B. Windows color (decimal): -10393343 or 92513. OLE color: 92513.

HSL color Cylindrical-coordinate representation of color #616901: hue angle of 64.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #616901 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 1 -
CMYK 0.08 0 0.99 0.59
HSL 64.62º 0.98% 0.21% -
HSV(B) 64.62º 0.99% 0.41% -
XYZ 9.99 12.65 1.94 -
YUV 90.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 97 105 1 0.08 0 0.99 0.59 64.62 0.98 0.21
Hex 61 69 1 8 0 63 3B 41 62 15
Octal 141 151 1 10 0 143 73 101 142 25
Binary 1100001 1101001 1 1000 0 1100011 111011 1000001 1100010 10101

Color Harmonies of #616901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616901

Black with #616901

Text Example


Text Example

White with #616901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616901; }

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

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

background-color css

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

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

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

border-color css

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

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

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