#07B848

Color #07B848 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #07B848

Tints of Dark Pastel Green #07B848

Color information

#07B848 (or 0x07B848) is unknown color: approx Dark Pastel Green. HEX triplet: 07, B8 and 48. RGB value is (7,184,72). Sum of RGB (Red+Green+Blue) = 7+184+72=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 184 (72.27% from 255 or 69.96% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 184 - color contains mainly: green. Hex color #07B848 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B848 is #F847B7. Grayscale: #767676. Windows color (decimal): -16271288 or 4765703. OLE color: 4765703.

HSL color Cylindrical-coordinate representation of color #07B848: hue angle of 142.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B848 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB718472-
CMYK0.9600.610.28
HSL142.03º92.67%37.45%-
HSV(B)142.03º96.2%72.16%-
XYZ18.434.7911.88-
YUV118.31101.8648.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 184 (72.27% from 255) = 69.96%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=2.66%
G=69.96%
B=27.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7184720.9600.610.28142.0392.6737.45
Hex7B8486003D1C8e5d25
Octal72701101400753421613545
Binary1111011100010010001100000011110111100100011101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07B848; }

 p { color: rgb(7,184,72); }

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

<style>
 a { background-color: #07B848; }

 a { background-color: rgb(7,184,72); }

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

<style>
 span { border-color: #07B848; }

 span { border-color: rgb(7,184,72); }

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