Html Css Color HEX #616801 Fiji Green

📋 copy color: '#616801'

red 97 ◦ green 104 ◦ blue 1

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

Shades of Fiji Green #616801

Tints of Fiji Green #616801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.49%

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

R = 48.02%
G = 51.49%
B = 0.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#616801 (or 0x616801) is known color: Fiji Green. HEX triplet: 61, 68 and 01. RGB value is (97,104,1). Sum of RGB (Red+Green+Blue) = 97+104+1=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #616801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616801 is #9E97FE. Grayscale: #5A5A5A. Windows color (decimal): -10393599 or 92257. OLE color: 92257.

HSL color Cylindrical-coordinate representation of color #616801: hue angle of 64.08º 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 #616801 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 1 -
CMYK 0.07 0 0.99 0.59
HSL 64.08º 0.98% 0.21% -
HSV(B) 64.08º 0.99% 0.41% -
XYZ 9.89 12.44 1.91 -
YUV 90.17 77.68 132.88 -
System Red Green Blue C M Y K H S L
Decimal 97 104 1 0.07 0 0.99 0.59 64.08 0.98 0.21
Hex 61 68 1 7 0 63 3B 40 62 15
Octal 141 150 1 7 0 143 73 100 142 25
Binary 1100001 1101000 1 111 0 1100011 111011 1000000 1100010 10101

Color Harmonies of #616801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616801

Black with #616801

Text Example


Text Example

White with #616801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616801; }

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

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

background-color css

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

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

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

border-color css

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

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

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