#07B975

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

Shades of Jade #07B975

Tints of Jade #07B975

Color information

#07B975 (or 0x07B975) is unknown color: approx Jade. HEX triplet: 07, B9 and 75. RGB value is (7,185,117). Sum of RGB (Red+Green+Blue) = 7+185+117=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #07B975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B975 is #F8468A. Grayscale: #7C7C7C. Windows color (decimal): -16270987 or 7715079. OLE color: 7715079.

HSL color Cylindrical-coordinate representation of color #07B975: hue angle of 157.08º 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 #07B975 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB7185117-
CMYK0.9600.370.27
HSL157.08º92.71%37.65%-
HSV(B)157.08º96.22%72.55%-
XYZ20.6536.0322.7-
YUV124.03124.0344.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=2.27%
G=59.87%
B=37.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71851170.9600.370.27157.0892.7137.65
Hex7B975600251B9d5d26
Octal72711651400453323513546
Binary1111011100111101011100000010010111011100111011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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