#51760B

Color #51760B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #51760B

Tints of Fiji Green #51760B

Color information

#51760B (or 0x51760B) is unknown color: approx Fiji Green. HEX triplet: 51, 76 and 0B. RGB value is (81,118,11). Sum of RGB (Red+Green+Blue) = 81+118+11=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #51760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51760B is #AE89F4. Grayscale: #5F5F5F. Windows color (decimal): -11438581 or 751185. OLE color: 751185.

HSL color Cylindrical-coordinate representation of color #51760B: hue angle of 80.75º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51760B is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB8111811-
CMYK0.3100.910.54
HSL80.75º82.95%25.29%-
HSV(B)80.75º90.68%46.27%-
XYZ9.9314.732.64-
YUV94.7480.74118.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=38.57%
G=56.19%
B=5.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81118110.3100.910.5480.7582.9525.29
Hex5176B1F05B36515319
Octal121166133701336612112331
Binary10100011110110101111111010110111101101010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51760B; }

 p { color: rgb(81,118,11); }

 H1.HeaderClassName
 {
   color: #51760B;
 }
 .AnyTagClassName
 {
   color: #51760B;
 }
</style>
background-color css

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

 a { background-color: rgb(81,118,11); }

 div.DivClassName
 {
   background-color: #51760B;
 }
 .BgClassName
 {
   background-color: #51760B;
 }
</style>
border-color css

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

 span { border-color: rgb(81,118,11); }

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