#07BB68

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

Shades of Jade #07BB68

Tints of Jade #07BB68

Color information

#07BB68 (or 0x07BB68) is unknown color: approx Jade. HEX triplet: 07, BB and 68. RGB value is (7,187,104). Sum of RGB (Red+Green+Blue) = 7+187+104=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB68 is #F84497. Grayscale: #7B7B7B. Windows color (decimal): -16270488 or 6863623. OLE color: 6863623.

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

Color convert

RGB7187104-
CMYK0.9600.440.27
HSL152.33º92.78%38.04%-
HSV(B)152.33º96.26%73.33%-
XYZ20.3636.5919.09-
YUV123.72116.8744.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.35%
GREEN value IS 187 (73.44% from 255) = 62.75%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=2.35%
G=62.75%
B=34.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71871040.9600.440.27152.3392.7838.04
Hex7BB686002C1B985d26
Octal72731501400543323013546
Binary1111011101111010001100000010110011011100110001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,187,104); }

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

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

 a { background-color: rgb(7,187,104); }

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

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

 span { border-color: rgb(7,187,104); }

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