Html Css Color HEX #07B96E Jade

📋 copy color: '#07B96E'

red 7 ◦ green 185 ◦ blue 110

#07B96E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #07B96E

Tints of Jade #07B96E

RGB

 RED value IS 7 (3.13% from 255) = 2.32%

 GREEN value IS 185 (72.66% from 255) = 61.26%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 2.32%
G = 61.26%
B = 36.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#07B96E (or 0x07B96E) is known color: Jade. HEX triplet: 07, B9 and 6E. RGB value is (7,185,110). Sum of RGB (Red+Green+Blue) = 7+185+110=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #07B96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B96E is #F84691. Grayscale: #7B7B7B. Windows color (decimal): -16270994 or 7256327. OLE color: 7256327.

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

Color convert

RGB 7 185 110 -
CMYK 0.96 0 0.41 0.27
HSL 154.72º 0.93% 0.38% -
HSV(B) 154.72º 0.96% 0.73% -
XYZ 20.25 35.87 20.61 -
YUV 123.23 120.53 45.1 -
System Red Green Blue C M Y K H S L
Decimal 7 185 110 0.96 0 0.41 0.27 154.72 0.93 0.38
Hex 7 B9 6E 60 0 29 1B 9B 5D 26
Octal 7 271 156 140 0 51 33 233 135 46
Binary 111 10111001 1101110 1100000 0 101001 11011 10011011 1011101 100110

Color Harmonies of #07B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B96E

Black with #07B96E

Text Example


Text Example

White with #07B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07B96E;
 }
 .AnyTagClassName
 {
   color: #07B96E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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