#07BC22

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

Shades of Dark Pastel Green #07BC22

Tints of Dark Pastel Green #07BC22

Color information

#07BC22 (or 0x07BC22) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BC and 22. RGB value is (7,188,34). Sum of RGB (Red+Green+Blue) = 7+188+34=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC22 is #F843DD. Grayscale: #747474. Windows color (decimal): -16270302 or 2276359. OLE color: 2276359.

HSL color Cylindrical-coordinate representation of color #07BC22: hue angle of 128.95º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC22 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB718834-
CMYK0.9600.820.26
HSL128.95º92.82%38.24%-
HSV(B)128.95º96.28%73.73%-
XYZ18.3636.137.52-
YUV116.3281.5350.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.06%
GREEN value IS 188 (73.83% from 255) = 82.10%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=3.06%
G=82.10%
B=14.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7188340.9600.820.26128.9592.8238.24
Hex7BC22600521A815d26
Octal72744214001223220113546
Binary1111011110010001011000000101001011010100000011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,188,34); }

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

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

 a { background-color: rgb(7,188,34); }

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

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

 span { border-color: rgb(7,188,34); }

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