Html Css Color HEX #616712 Fiji Green

📋 copy color: '#616712'

red 97 ◦ green 103 ◦ blue 18

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

Shades of Fiji Green #616712

Tints of Fiji Green #616712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 44.5%
G = 47.25%
B = 8.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#616712 (or 0x616712) is known color: Fiji Green. HEX triplet: 61, 67 and 12. RGB value is (97,103,18). Sum of RGB (Red+Green+Blue) = 97+103+18=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #616712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616712 is #9E98ED. Grayscale: #5B5B5B. Windows color (decimal): -10393838 or 1206113. OLE color: 1206113.

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

Color convert

RGB 97 103 18 -
CMYK 0.06 0 0.83 0.60
HSL 64.24º 0.7% 0.24% -
HSV(B) 64.24º 0.83% 0.4% -
XYZ 9.89 12.29 2.42 -
YUV 91.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 97 103 18 0.06 0 0.83 0.60 64.24 0.7 0.24
Hex 61 67 12 6 0 53 3C 40 46 18
Octal 141 147 22 6 0 123 74 100 106 30
Binary 1100001 1100111 10010 110 0 1010011 111100 1000000 1000110 11000

Color Harmonies of #616712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616712

Black with #616712

Text Example


Text Example

White with #616712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616712; }

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

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

background-color css

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

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

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

border-color css

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

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

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