#50700B

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

Shades of Fiji Green #50700B

Tints of Fiji Green #50700B

Color information

#50700B (or 0x50700B) is unknown color: approx Fiji Green. HEX triplet: 50, 70 and 0B. RGB value is (80,112,11). Sum of RGB (Red+Green+Blue) = 80+112+11=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #50700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50700B is #AF8FF4. Grayscale: #5B5B5B. Windows color (decimal): -11505653 or 749648. OLE color: 749648.

HSL color Cylindrical-coordinate representation of color #50700B: hue angle of 79.01º 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 #50700B is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB8011211-
CMYK0.2900.900.56
HSL79.01º82.11%24.12%-
HSV(B)79.01º90.18%43.92%-
XYZ9.1613.322.4-
YUV90.9282.9120.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=39.41%
G=55.17%
B=5.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112110.2900.900.5679.0182.1124.12
Hex5070B1D05A384f5218
Octal120160133501327011712230
Binary10100001110000101111101010110101110001001111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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