Html Css Color HEX #07BA6E Jade

📋 copy color: '#07BA6E'

red 7 ◦ green 186 ◦ blue 110

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

Shades of Jade #07BA6E

Tints of Jade #07BA6E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.39%

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

R = 2.31%
G = 61.39%
B = 36.3%

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

#07BA6E (or 0x07BA6E) is known color: Jade. HEX triplet: 07, BA and 6E. RGB value is (7,186,110). Sum of RGB (Red+Green+Blue) = 7+186+110=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA6E is #F84591. Grayscale: #7B7B7B. Windows color (decimal): -16270738 or 7256583. OLE color: 7256583.

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

Color convert

RGB 7 186 110 -
CMYK 0.96 0 0.41 0.27
HSL 154.53º 0.93% 0.38% -
HSV(B) 154.53º 0.96% 0.73% -
XYZ 20.46 36.29 20.68 -
YUV 123.82 120.2 44.68 -
System Red Green Blue C M Y K H S L
Decimal 7 186 110 0.96 0 0.41 0.27 154.53 0.93 0.38
Hex 7 BA 6E 60 0 29 1B 9B 5D 26
Octal 7 272 156 140 0 51 33 233 135 46
Binary 111 10111010 1101110 1100000 0 101001 11011 10011011 1011101 100110

Color Harmonies of #07BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA6E

Black with #07BA6E

Text Example


Text Example

White with #07BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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