Html Css Color HEX #616200 Fiji Green

📋 copy color: '#616200'

red 97 ◦ green 98 ◦ blue 0

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

Shades of Fiji Green #616200

Tints of Fiji Green #616200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.74%
G = 50.26%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#616200 (or 0x616200) is known color: Fiji Green. HEX triplet: 61, 62 and 00. RGB value is (97,98,0). Sum of RGB (Red+Green+Blue) = 97+98+0=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #616200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616200 is #9E9DFF. Grayscale: #565656. Windows color (decimal): -10395136 or 25185. OLE color: 25185.

HSL color Cylindrical-coordinate representation of color #616200: hue angle of 60.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #616200 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 98 0 -
CMYK 0.01 0 1 0.62
HSL 60.61º 1% 0.19% -
HSV(B) 60.61º 1% 0.38% -
XYZ 9.3 11.28 1.69 -
YUV 86.53 79.17 135.47 -
System Red Green Blue C M Y K H S L
Decimal 97 98 0 0.01 0 1 0.62 60.61 1 0.19
Hex 61 62 0 1 0 64 3E 3D 64 13
Octal 141 142 0 1 0 144 76 75 144 23
Binary 1100001 1100010 0 1 0 1100100 111110 111101 1100100 10011

Color Harmonies of #616200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616200

Black with #616200

Text Example


Text Example

White with #616200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616200; }

 p { color: rgb(97,98,0); }

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

background-color css

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

 a { background-color: rgb(97,98,0); }

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

border-color css

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

 span { border-color: rgb(97,98,0); }

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