#507A0B

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

Shades of Fiji Green #507A0B

Tints of Fiji Green #507A0B

Color information

#507A0B (or 0x507A0B) is unknown color: approx Fiji Green. HEX triplet: 50, 7A and 0B. RGB value is (80,122,11). Sum of RGB (Red+Green+Blue) = 80+122+11=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #507A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507A0B is #AF85F4. Grayscale: #616161. Windows color (decimal): -11503093 or 752208. OLE color: 752208.

HSL color Cylindrical-coordinate representation of color #507A0B: hue angle of 82.7º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #507A0B is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB8012211-
CMYK0.3400.910.52
HSL82.7º83.46%26.08%-
HSV(B)82.7º90.98%47.84%-
XYZ10.3315.652.79-
YUV96.7979.59116.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 122 (48.05% from 255) = 57.28%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=37.56%
G=57.28%
B=5.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80122110.3400.910.5282.783.4626.08
Hex507AB2205B3453531a
Octal120172134201336412312332
Binary101000011110101011100010010110111101001010011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507A0B; }

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

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

<style>
 a { background-color: #507A0B; }

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

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

<style>
 span { border-color: #507A0B; }

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

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