#507A08

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

Shades of Fiji Green #507A08

Tints of Fiji Green #507A08

Color information

#507A08 (or 0x507A08) is unknown color: approx Fiji Green. HEX triplet: 50, 7A and 08. RGB value is (80,122,8). Sum of RGB (Red+Green+Blue) = 80+122+8=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #507A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507A08 is #AF85F7. Grayscale: #606060. Windows color (decimal): -11503096 or 555600. OLE color: 555600.

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

Color convert

RGB801228-
CMYK0.3400.930.52
HSL82.11º87.69%25.49%-
HSV(B)82.11º93.44%47.84%-
XYZ10.3115.642.71-
YUV96.4578.09116.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 122 (48.05% from 255) = 58.10%
BLUE value IS 8 (3.52% from 255) = 3.81%
R=38.10%
G=58.10%
B=3.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8012280.3400.930.5282.1187.6925.49
Hex507A82205D34525819
Octal120172104201356412213031
Binary101000011110101000100010010111011101001010010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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