#07B675

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

Shades of Jade #07B675

Tints of Jade #07B675

Color information

#07B675 (or 0x07B675) is unknown color: approx Jade. HEX triplet: 07, B6 and 75. RGB value is (7,182,117). Sum of RGB (Red+Green+Blue) = 7+182+117=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 182 (71.48% from 255 or 59.48% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 182 - color contains mainly: green. Hex color #07B675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B675 is #F8498A. Grayscale: #7A7A7A. Windows color (decimal): -16271755 or 7714311. OLE color: 7714311.

HSL color Cylindrical-coordinate representation of color #07B675: hue angle of 157.71º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B675 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB7182117-
CMYK0.9600.360.29
HSL157.71º92.59%37.06%-
HSV(B)157.71º96.15%71.37%-
XYZ20.0334.7922.49-
YUV122.26125.0245.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.29%
GREEN value IS 182 (71.48% from 255) = 59.48%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=2.29%
G=59.48%
B=38.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71821170.9600.360.29157.7192.5937.06
Hex7B675600241D9e5d25
Octal72661651400443523613545
Binary1111011011011101011100000010010011101100111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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