Html Css Color HEX #616710 Fiji Green

📋 copy color: '#616710'

red 97 ◦ green 103 ◦ blue 16

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

Shades of Fiji Green #616710

Tints of Fiji Green #616710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 44.91%
G = 47.69%
B = 7.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#616710 (or 0x616710) is known color: Fiji Green. HEX triplet: 61, 67 and 10. RGB value is (97,103,16). Sum of RGB (Red+Green+Blue) = 97+103+16=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #616710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616710 is #9E98EF. Grayscale: #5B5B5B. Windows color (decimal): -10393840 or 1075041. OLE color: 1075041.

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

Color convert

RGB 97 103 16 -
CMYK 0.06 0 0.84 0.60
HSL 64.14º 0.73% 0.23% -
HSV(B) 64.14º 0.84% 0.4% -
XYZ 9.87 12.28 2.34 -
YUV 91.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 97 103 16 0.06 0 0.84 0.60 64.14 0.73 0.23
Hex 61 67 10 6 0 54 3C 40 49 17
Octal 141 147 20 6 0 124 74 100 111 27
Binary 1100001 1100111 10000 110 0 1010100 111100 1000000 1001001 10111

Color Harmonies of #616710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616710

Black with #616710

Text Example


Text Example

White with #616710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616710; }

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

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

background-color css

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

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

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

border-color css

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

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

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