Html Css Color HEX #07BA79 Jade

📋 copy color: '#07BA79'

red 7 ◦ green 186 ◦ blue 121

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

Shades of Jade #07BA79

Tints of Jade #07BA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 2.23%
G = 59.24%
B = 38.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#07BA79 (or 0x07BA79) is known color: Jade. HEX triplet: 07, BA and 79. RGB value is (7,186,121). Sum of RGB (Red+Green+Blue) = 7+186+121=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA79 is #F84586. Grayscale: #7D7D7D. Windows color (decimal): -16270727 or 7977479. OLE color: 7977479.

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

Color convert

RGB 7 186 121 -
CMYK 0.96 0 0.35 0.27
HSL 158.21º 0.93% 0.38% -
HSV(B) 158.21º 0.96% 0.73% -
XYZ 21.1 36.54 24.03 -
YUV 125.07 125.7 43.79 -
System Red Green Blue C M Y K H S L
Decimal 7 186 121 0.96 0 0.35 0.27 158.21 0.93 0.38
Hex 7 BA 79 60 0 23 1B 9E 5D 26
Octal 7 272 171 140 0 43 33 236 135 46
Binary 111 10111010 1111001 1100000 0 100011 11011 10011110 1011101 100110

Color Harmonies of #07BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA79

Black with #07BA79

Text Example


Text Example

White with #07BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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