Html Css Color HEX #616C04 Fiji Green

📋 copy color: '#616C04'

red 97 ◦ green 108 ◦ blue 4

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

Shades of Fiji Green #616C04

Tints of Fiji Green #616C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.67%

 BLUE value IS 4 (1.95% from 255) = 1.91%

R = 46.41%
G = 51.67%
B = 1.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#616C04 (or 0x616C04) is known color: Fiji Green. HEX triplet: 61, 6C and 04. RGB value is (97,108,4). Sum of RGB (Red+Green+Blue) = 97+108+4=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #616C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616C04 is #9E93FB. Grayscale: #5D5D5D. Windows color (decimal): -10392572 or 289889. OLE color: 289889.

HSL color Cylindrical-coordinate representation of color #616C04: hue angle of 66.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #616C04 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 108 4 -
CMYK 0.10 0 0.96 0.58
HSL 66.35º 0.93% 0.22% -
HSV(B) 66.35º 0.96% 0.42% -
XYZ 10.31 13.28 2.13 -
YUV 92.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 97 108 4 0.10 0 0.96 0.58 66.35 0.93 0.22
Hex 61 6C 4 A 0 60 3A 42 5D 16
Octal 141 154 4 12 0 140 72 102 135 26
Binary 1100001 1101100 100 1010 0 1100000 111010 1000010 1011101 10110

Color Harmonies of #616C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C04

Black with #616C04

Text Example


Text Example

White with #616C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C04; }

 p { color: rgb(97,108,4); }

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

background-color css

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

 a { background-color: rgb(97,108,4); }

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

border-color css

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

 span { border-color: rgb(97,108,4); }

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