#07B278

Color #07B278 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #07B278

Tints of Jade #07B278

Color information

#07B278 (or 0x07B278) is unknown color: approx Jade. HEX triplet: 07, B2 and 78. RGB value is (7,178,120). Sum of RGB (Red+Green+Blue) = 7+178+120=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #07B278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B278 is #F84D87. Grayscale: #787878. Windows color (decimal): -16272776 or 7909895. OLE color: 7909895.

HSL color Cylindrical-coordinate representation of color #07B278: hue angle of 159.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B278 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB7178120-
CMYK0.9600.330.30
HSL159.65º92.43%36.27%-
HSV(B)159.65º96.07%69.8%-
XYZ19.433.2423.16-
YUV120.26127.8547.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 178 (69.92% from 255) = 58.36%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=2.30%
G=58.36%
B=39.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781200.9600.330.30159.6592.4336.27
Hex7B278600211Ea05c24
Octal72621701400413624013444
Binary1111011001011110001100000010000111110101000001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,178,120); }

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

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

 a { background-color: rgb(7,178,120); }

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

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

 span { border-color: rgb(7,178,120); }

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