Html Css Color HEX #616713 Fiji Green

📋 copy color: '#616713'

red 97 ◦ green 103 ◦ blue 19

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

Shades of Fiji Green #616713

Tints of Fiji Green #616713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.03%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 44.29%
G = 47.03%
B = 8.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#616713 (or 0x616713) is known color: Fiji Green. HEX triplet: 61, 67 and 13. RGB value is (97,103,19). Sum of RGB (Red+Green+Blue) = 97+103+19=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #616713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616713 is #9E98EC. Grayscale: #5B5B5B. Windows color (decimal): -10393837 or 1271649. OLE color: 1271649.

HSL color Cylindrical-coordinate representation of color #616713: hue angle of 64.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #616713 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 103 19 -
CMYK 0.06 0 0.82 0.60
HSL 64.29º 0.69% 0.24% -
HSV(B) 64.29º 0.82% 0.4% -
XYZ 9.9 12.29 2.47 -
YUV 91.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 97 103 19 0.06 0 0.82 0.60 64.29 0.69 0.24
Hex 61 67 13 6 0 52 3C 40 45 18
Octal 141 147 23 6 0 122 74 100 105 30
Binary 1100001 1100111 10011 110 0 1010010 111100 1000000 1000101 11000

Color Harmonies of #616713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616713

Black with #616713

Text Example


Text Example

White with #616713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616713; }

 p { color: rgb(97,103,19); }

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

background-color css

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

 a { background-color: rgb(97,103,19); }

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

border-color css

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

 span { border-color: rgb(97,103,19); }

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