#07BE75

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

Shades of Jade #07BE75

Tints of Jade #07BE75

Color information

#07BE75 (or 0x07BE75) is unknown color: approx Jade. HEX triplet: 07, BE and 75. RGB value is (7,190,117). Sum of RGB (Red+Green+Blue) = 7+190+117=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BE75 is #F8418A. Grayscale: #7F7F7F. Windows color (decimal): -16269707 or 7716359. OLE color: 7716359.

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

Color convert

RGB7190117-
CMYK0.9600.380.25
HSL156.07º92.89%38.63%-
HSV(B)156.07º96.32%74.51%-
XYZ21.7138.1623.05-
YUV126.96122.3742.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.23%
GREEN value IS 190 (74.61% from 255) = 60.51%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=2.23%
G=60.51%
B=37.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71901170.9600.380.25156.0792.8938.63
Hex7BE7560026199c5d27
Octal72761651400463123413547
Binary1111011111011101011100000010011011001100111001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,190,117); }

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

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

 a { background-color: rgb(7,190,117); }

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

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

 span { border-color: rgb(7,190,117); }

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