Html Css Color HEX #06A065 Shamrock Green

📋 copy color: '#06A065'

red 6 ◦ green 160 ◦ blue 101

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

Shades of Shamrock Green #06A065

Tints of Shamrock Green #06A065

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 2.25%
G = 59.93%
B = 37.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#06A065 (or 0x06A065) is known color: Shamrock Green. HEX triplet: 06, A0 and 65. RGB value is (6,160,101). Sum of RGB (Red+Green+Blue) = 6+160+101=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #06A065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A065 is #F95F9A. Grayscale: #6B6B6B. Windows color (decimal): -16342939 or 6660102. OLE color: 6660102.

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

Color convert

RGB 6 160 101 -
CMYK 0.96 0 0.37 0.37
HSL 157.01º 0.93% 0.33% -
HSV(B) 157.01º 0.96% 0.63% -
XYZ 14.99 26.12 16.56 -
YUV 107.23 124.48 55.8 -
System Red Green Blue C M Y K H S L
Decimal 6 160 101 0.96 0 0.37 0.37 157.01 0.93 0.33
Hex 6 A0 65 60 0 25 25 9D 5D 21
Octal 6 240 145 140 0 45 45 235 135 41
Binary 110 10100000 1100101 1100000 0 100101 100101 10011101 1011101 100001

Color Harmonies of #06A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A065

Black with #06A065

Text Example


Text Example

White with #06A065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,160,101); }

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

background-color css

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

 a { background-color: rgb(6,160,101); }

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

border-color css

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

 span { border-color: rgb(6,160,101); }

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