Html Css Color HEX #06AB75 Jade

📋 copy color: '#06AB75'

red 6 ◦ green 171 ◦ blue 117

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

Shades of Jade #06AB75

Tints of Jade #06AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.16%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 2.04%
G = 58.16%
B = 39.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#06AB75 (or 0x06AB75) is known color: Jade. HEX triplet: 06, AB and 75. RGB value is (6,171,117). Sum of RGB (Red+Green+Blue) = 6+171+117=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AB75 is #F9548A. Grayscale: #737373. Windows color (decimal): -16340107 or 7711494. OLE color: 7711494.

HSL color Cylindrical-coordinate representation of color #06AB75: hue angle of 160.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB75 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 171 117 -
CMYK 0.96 0 0.32 0.33
HSL 160.36º 0.93% 0.35% -
HSV(B) 160.36º 0.96% 0.67% -
XYZ 17.85 30.45 21.77 -
YUV 115.51 128.84 49.89 -
System Red Green Blue C M Y K H S L
Decimal 6 171 117 0.96 0 0.32 0.33 160.36 0.93 0.35
Hex 6 AB 75 60 0 20 21 A0 5D 23
Octal 6 253 165 140 0 40 41 240 135 43
Binary 110 10101011 1110101 1100000 0 100000 100001 10100000 1011101 100011

Color Harmonies of #06AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AB75

Black with #06AB75

Text Example


Text Example

White with #06AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,171,117); }

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

background-color css

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

 a { background-color: rgb(6,171,117); }

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

border-color css

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

 span { border-color: rgb(6,171,117); }

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