Html Css Color HEX #616800 Fiji Green

📋 copy color: '#616800'

red 97 ◦ green 104 ◦ blue 0

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

Shades of Fiji Green #616800

Tints of Fiji Green #616800

RGB

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

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

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

R = 48.26%
G = 51.74%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#616800 (or 0x616800) is known color: Fiji Green. HEX triplet: 61, 68 and 00. RGB value is (97,104,0). Sum of RGB (Red+Green+Blue) = 97+104+0=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #616800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616800 is #9E97FF. Grayscale: #5A5A5A. Windows color (decimal): -10393600 or 26721. OLE color: 26721.

HSL color Cylindrical-coordinate representation of color #616800: hue angle of 64.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #616800 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 0 -
CMYK 0.07 0 1 0.59
HSL 64.04º 1% 0.2% -
HSV(B) 64.04º 1% 0.41% -
XYZ 9.88 12.44 1.88 -
YUV 90.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 97 104 0 0.07 0 1 0.59 64.04 1 0.2
Hex 61 68 0 7 0 64 3B 40 64 14
Octal 141 150 0 7 0 144 73 100 144 24
Binary 1100001 1101000 0 111 0 1100100 111011 1000000 1100100 10100

Color Harmonies of #616800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616800

Black with #616800

Text Example


Text Example

White with #616800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616800; }

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

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

background-color css

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

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

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

border-color css

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

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

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