Html Css Color HEX #06BE68 Jade

📋 copy color: '#06BE68'

red 6 ◦ green 190 ◦ blue 104

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

Shades of Jade #06BE68

Tints of Jade #06BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.33%

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 2%
G = 63.33%
B = 34.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#06BE68 (or 0x06BE68) is known color: Jade. HEX triplet: 06, BE and 68. RGB value is (6,190,104). Sum of RGB (Red+Green+Blue) = 6+190+104=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BE68 is #F94197. Grayscale: #7D7D7D. Windows color (decimal): -16335256 or 6864390. OLE color: 6864390.

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

Color convert

RGB 6 190 104 -
CMYK 0.97 0 0.45 0.25
HSL 151.96º 0.94% 0.38% -
HSV(B) 151.96º 0.97% 0.75% -
XYZ 20.99 37.87 19.3 -
YUV 125.18 116.04 42.99 -
System Red Green Blue C M Y K H S L
Decimal 6 190 104 0.97 0 0.45 0.25 151.96 0.94 0.38
Hex 6 BE 68 61 0 2D 19 98 5E 26
Octal 6 276 150 141 0 55 31 230 136 46
Binary 110 10111110 1101000 1100001 0 101101 11001 10011000 1011110 100110

Color Harmonies of #06BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BE68

Black with #06BE68

Text Example


Text Example

White with #06BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,190,104); }

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

background-color css

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

 a { background-color: rgb(6,190,104); }

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

border-color css

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

 span { border-color: rgb(6,190,104); }

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