#507A06

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

Shades of Fiji Green #507A06

Tints of Fiji Green #507A06

Color information

#507A06 (or 0x507A06) is unknown color: approx Fiji Green. HEX triplet: 50, 7A and 06. RGB value is (80,122,6). Sum of RGB (Red+Green+Blue) = 80+122+6=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #507A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507A06 is #AF85F9. Grayscale: #606060. Windows color (decimal): -11503098 or 424528. OLE color: 424528.

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

Color convert

RGB801226-
CMYK0.3400.950.52
HSL81.72º90.62%25.1%-
HSV(B)81.72º95.08%47.84%-
XYZ10.315.642.65-
YUV96.2277.09116.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 122 (48.05% from 255) = 58.65%
BLUE value IS 6 (2.73% from 255) = 2.88%
R=38.46%
G=58.65%
B=2.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8012260.3400.950.5281.7290.6225.1
Hex507A62205F34525b19
Octal12017264201376412213331
Binary10100001111010110100010010111111101001010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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