Html Css Color HEX #616900 Fiji Green

📋 copy color: '#616900'

red 97 ◦ green 105 ◦ blue 0

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

Shades of Fiji Green #616900

Tints of Fiji Green #616900

RGB

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

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

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

R = 48.02%
G = 51.98%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#616900 (or 0x616900) is known color: Fiji Green. HEX triplet: 61, 69 and 00. RGB value is (97,105,0). Sum of RGB (Red+Green+Blue) = 97+105+0=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #616900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616900 is #9E96FF. Grayscale: #5B5B5B. Windows color (decimal): -10393344 or 26977. OLE color: 26977.

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

Color convert

RGB 97 105 0 -
CMYK 0.08 0 1 0.59
HSL 64.57º 1% 0.21% -
HSV(B) 64.57º 1% 0.41% -
XYZ 9.98 12.64 1.91 -
YUV 90.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 97 105 0 0.08 0 1 0.59 64.57 1 0.21
Hex 61 69 0 8 0 64 3B 41 64 15
Octal 141 151 0 10 0 144 73 101 144 25
Binary 1100001 1101001 0 1000 0 1100100 111011 1000001 1100100 10101

Color Harmonies of #616900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616900

Black with #616900

Text Example


Text Example

White with #616900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616900; }

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

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

background-color css

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

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

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

border-color css

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

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

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