Html Css Color HEX #516F0F Fiji Green

📋 copy color: '#516F0F'

red 81 ◦ green 111 ◦ blue 15

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

Shades of Fiji Green #516F0F

Tints of Fiji Green #516F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 53.62%

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 39.13%
G = 53.62%
B = 7.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#516F0F (or 0x516F0F) is known color: Fiji Green. HEX triplet: 51, 6F and 0F. RGB value is (81,111,15). Sum of RGB (Red+Green+Blue) = 81+111+15=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #516F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F0F is #AE90F0. Grayscale: #5B5B5B. Windows color (decimal): -11440369 or 1011537. OLE color: 1011537.

HSL color Cylindrical-coordinate representation of color #516F0F: hue angle of 78.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #516F0F is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 111 15 -
CMYK 0.27 0 0.86 0.56
HSL 78.75º 0.76% 0.25% -
HSV(B) 78.75º 0.86% 0.44% -
XYZ 9.16 13.15 2.51 -
YUV 91.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 81 111 15 0.27 0 0.86 0.56 78.75 0.76 0.25
Hex 51 6F F 1B 0 56 38 4F 4C 19
Octal 121 157 17 33 0 126 70 117 114 31
Binary 1010001 1101111 1111 11011 0 1010110 111000 1001111 1001100 11001

Color Harmonies of #516F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F0F

Black with #516F0F

Text Example


Text Example

White with #516F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,15); }

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

background-color css

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

 a { background-color: rgb(81,111,15); }

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

border-color css

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

 span { border-color: rgb(81,111,15); }

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