#07B068

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

Shades of Jade #07B068

Tints of Jade #07B068

Color information

#07B068 (or 0x07B068) is unknown color: approx Jade. HEX triplet: 07, B0 and 68. RGB value is (7,176,104). Sum of RGB (Red+Green+Blue) = 7+176+104=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #07B068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B068 is #F84F97. Grayscale: #757575. Windows color (decimal): -16273304 or 6860807. OLE color: 6860807.

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

Color convert

RGB7176104-
CMYK0.9600.410.31
HSL154.44º92.35%35.88%-
HSV(B)154.44º96.02%69.02%-
XYZ18.1132.118.34-
YUV117.26120.5149.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 176 (69.14% from 255) = 61.32%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=2.44%
G=61.32%
B=36.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71761040.9600.410.31154.4492.3535.88
Hex7B068600291F9a5c24
Octal72601501400513723213444
Binary1111011000011010001100000010100111111100110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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