Html Css Color HEX #06BC71 Jade

📋 copy color: '#06BC71'

red 6 ◦ green 188 ◦ blue 113

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

Shades of Jade #06BC71

Tints of Jade #06BC71

RGB

 RED value IS 6 (2.73% from 255) = 1.95%

 GREEN value IS 188 (73.83% from 255) = 61.24%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 1.95%
G = 61.24%
B = 36.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#06BC71 (or 0x06BC71) is known color: Jade. HEX triplet: 06, BC and 71. RGB value is (6,188,113). Sum of RGB (Red+Green+Blue) = 6+188+113=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC71 is #F9438E. Grayscale: #7D7D7D. Windows color (decimal): -16335759 or 7453702. OLE color: 7453702.

HSL color Cylindrical-coordinate representation of color #06BC71: hue angle of 155.27º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC71 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 113 -
CMYK 0.97 0 0.40 0.26
HSL 155.27º 0.94% 0.38% -
HSV(B) 155.27º 0.97% 0.74% -
XYZ 21.04 37.2 21.69 -
YUV 125.03 121.2 43.1 -
System Red Green Blue C M Y K H S L
Decimal 6 188 113 0.97 0 0.40 0.26 155.27 0.94 0.38
Hex 6 BC 71 61 0 28 1A 9B 5E 26
Octal 6 274 161 141 0 50 32 233 136 46
Binary 110 10111100 1110001 1100001 0 101000 11010 10011011 1011110 100110

Color Harmonies of #06BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC71

Black with #06BC71

Text Example


Text Example

White with #06BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BC71; }

 p { color: rgb(6,188,113); }

 H1.HeaderClassName
 {
   color: #06BC71;
 }
 .AnyTagClassName
 {
   color: #06BC71;
 }
</style>

background-color css

<style>
 a { background-color: #06BC71; }

 a { background-color: rgb(6,188,113); }

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

border-color css

<style>
 span { border-color: #06BC71; }

 span { border-color: rgb(6,188,113); }

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