#07B264

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

Shades of Jade #07B264

Tints of Jade #07B264

Color information

#07B264 (or 0x07B264) is unknown color: approx Jade. HEX triplet: 07, B2 and 64. RGB value is (7,178,100). Sum of RGB (Red+Green+Blue) = 7+178+100=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #07B264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B264 is #F84D9B. Grayscale: #767676. Windows color (decimal): -16272796 or 6599175. OLE color: 6599175.

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

Color convert

RGB7178100-
CMYK0.9600.440.30
HSL152.63º92.43%36.27%-
HSV(B)152.63º96.07%69.8%-
XYZ18.3132.8117.42-
YUV117.98117.8548.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.46%
GREEN value IS 178 (69.92% from 255) = 62.46%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=2.46%
G=62.46%
B=35.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781000.9600.440.30152.6392.4336.27
Hex7B2646002C1E995c24
Octal72621441400543623113444
Binary1111011001011001001100000010110011110100110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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