Html Css Color HEX #516C12 Fiji Green

📋 copy color: '#516C12'

red 81 ◦ green 108 ◦ blue 18

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

Shades of Fiji Green #516C12

Tints of Fiji Green #516C12

RGB

 RED value IS 81 (32.03% from 255) = 39.13%

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

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

R = 39.13%
G = 52.17%
B = 8.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#516C12 (or 0x516C12) is known color: Fiji Green. HEX triplet: 51, 6C and 12. RGB value is (81,108,18). Sum of RGB (Red+Green+Blue) = 81+108+18=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #516C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C12 is #AE93ED. Grayscale: #5A5A5A. Windows color (decimal): -11441134 or 1207377. OLE color: 1207377.

HSL color Cylindrical-coordinate representation of color #516C12: hue angle of 78º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #516C12 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 108 18 -
CMYK 0.25 0 0.83 0.58
HSL 78º 0.71% 0.25% -
HSV(B) 78º 0.83% 0.42% -
XYZ 8.87 12.52 2.52 -
YUV 89.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 81 108 18 0.25 0 0.83 0.58 78 0.71 0.25
Hex 51 6C 12 19 0 53 3A 4E 47 19
Octal 121 154 22 31 0 123 72 116 107 31
Binary 1010001 1101100 10010 11001 0 1010011 111010 1001110 1000111 11001

Color Harmonies of #516C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C12

Black with #516C12

Text Example


Text Example

White with #516C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516C12; }

 p { color: rgb(81,108,18); }

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

background-color css

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

 a { background-color: rgb(81,108,18); }

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

border-color css

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

 span { border-color: rgb(81,108,18); }

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