Html Css Color HEX #07BA6C Jade

📋 copy color: '#07BA6C'

red 7 ◦ green 186 ◦ blue 108

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

Shades of Jade #07BA6C

Tints of Jade #07BA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 2.33%
G = 61.79%
B = 35.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#07BA6C (or 0x07BA6C) is known color: Jade. HEX triplet: 07, BA and 6C. RGB value is (7,186,108). Sum of RGB (Red+Green+Blue) = 7+186+108=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA6C is #F84593. Grayscale: #7B7B7B. Windows color (decimal): -16270740 or 7125511. OLE color: 7125511.

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

Color convert

RGB 7 186 108 -
CMYK 0.96 0 0.42 0.27
HSL 153.85º 0.93% 0.38% -
HSV(B) 153.85º 0.96% 0.73% -
XYZ 20.35 36.25 20.11 -
YUV 123.59 119.2 44.84 -
System Red Green Blue C M Y K H S L
Decimal 7 186 108 0.96 0 0.42 0.27 153.85 0.93 0.38
Hex 7 BA 6C 60 0 2A 1B 9A 5D 26
Octal 7 272 154 140 0 52 33 232 135 46
Binary 111 10111010 1101100 1100000 0 101010 11011 10011010 1011101 100110

Color Harmonies of #07BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA6C

Black with #07BA6C

Text Example


Text Example

White with #07BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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