#07B46C

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

Shades of Jade #07B46C

Tints of Jade #07B46C

Color information

#07B46C (or 0x07B46C) is unknown color: approx Jade. HEX triplet: 07, B4 and 6C. RGB value is (7,180,108). Sum of RGB (Red+Green+Blue) = 7+180+108=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #07B46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B46C is #F84B93. Grayscale: #787878. Windows color (decimal): -16272276 or 7123975. OLE color: 7123975.

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

Color convert

RGB7180108-
CMYK0.9600.400.29
HSL155.03º92.51%36.67%-
HSV(B)155.03º96.11%70.59%-
XYZ19.1233.7719.7-
YUV120.06121.1947.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.37%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=2.37%
G=61.02%
B=36.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71801080.9600.400.29155.0392.5136.67
Hex7B46C600281D9b5d25
Octal72641541400503523313545
Binary1111011010011011001100000010100011101100110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,180,108); }

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

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

 a { background-color: rgb(7,180,108); }

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

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

 span { border-color: rgb(7,180,108); }

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