#07B277

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

Shades of Jade #07B277

Tints of Jade #07B277

Color information

#07B277 (or 0x07B277) is unknown color: approx Jade. HEX triplet: 07, B2 and 77. RGB value is (7,178,119). Sum of RGB (Red+Green+Blue) = 7+178+119=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #07B277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B277 is #F84D88. Grayscale: #787878. Windows color (decimal): -16272777 or 7844359. OLE color: 7844359.

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

Color convert

RGB7178119-
CMYK0.9600.330.30
HSL159.3º92.43%36.27%-
HSV(B)159.3º96.07%69.8%-
XYZ19.3433.2222.85-
YUV120.14127.3547.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 178 (69.92% from 255) = 58.55%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=2.30%
G=58.55%
B=39.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781190.9600.330.30159.392.4336.27
Hex7B277600211E9f5c24
Octal72621671400413623713444
Binary1111011001011101111100000010000111110100111111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,178,119); }

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

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

 a { background-color: rgb(7,178,119); }

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

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

 span { border-color: rgb(7,178,119); }

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