#507B0C

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

Shades of Green Leaf #507B0C

Tints of Green Leaf #507B0C

Color information

#507B0C (or 0x507B0C) is unknown color: approx Green Leaf. HEX triplet: 50, 7B and 0C. RGB value is (80,123,12). Sum of RGB (Red+Green+Blue) = 80+123+12=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #507B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507B0C is #AF84F3. Grayscale: #616161. Windows color (decimal): -11502836 or 818000. OLE color: 818000.

HSL color Cylindrical-coordinate representation of color #507B0C: hue angle of 83.24º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #507B0C is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB8012312-
CMYK0.3500.900.52
HSL83.24º82.22%26.47%-
HSV(B)83.24º90.24%48.24%-
XYZ10.4615.92.87-
YUV97.4979.75115.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=37.21%
G=57.21%
B=5.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123120.3500.900.5283.2482.2226.47
Hex507BC2305A3453521a
Octal120173144301326412312232
Binary101000011110111100100011010110101101001010011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,123,12); }

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

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

 a { background-color: rgb(80,123,12); }

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

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

 span { border-color: rgb(80,123,12); }

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