#51700B

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

Shades of Fiji Green #51700B

Tints of Fiji Green #51700B

Color information

#51700B (or 0x51700B) is unknown color: approx Fiji Green. HEX triplet: 51, 70 and 0B. RGB value is (81,112,11). Sum of RGB (Red+Green+Blue) = 81+112+11=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #51700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51700B is #AE8FF4. Grayscale: #5B5B5B. Windows color (decimal): -11440117 or 749649. OLE color: 749649.

HSL color Cylindrical-coordinate representation of color #51700B: hue angle of 78.42º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51700B is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB8111211-
CMYK0.2800.900.56
HSL78.42º82.11%24.12%-
HSV(B)78.42º90.18%43.92%-
XYZ9.2513.362.41-
YUV91.2282.73120.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 112 (44.14% from 255) = 54.90%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=39.71%
G=54.90%
B=5.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112110.2800.900.5678.4282.1124.12
Hex5170B1C05A384e5218
Octal121160133401327011612230
Binary10100011110000101111100010110101110001001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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