Html Css Color HEX #069666 Shamrock Green

📋 copy color: '#069666'

red 6 ◦ green 150 ◦ blue 102

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

Shades of Shamrock Green #069666

Tints of Shamrock Green #069666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.14%

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 2.33%
G = 58.14%
B = 39.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#069666 (or 0x069666) is known color: Shamrock Green. HEX triplet: 06, 96 and 66. RGB value is (6,150,102). Sum of RGB (Red+Green+Blue) = 6+150+102=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #069666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069666 is #F96999. Grayscale: #656565. Windows color (decimal): -16345498 or 6723078. OLE color: 6723078.

HSL color Cylindrical-coordinate representation of color #069666: hue angle of 160º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069666 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 150 102 -
CMYK 0.96 0 0.32 0.41
HSL 160º 0.92% 0.31% -
HSV(B) 160º 0.96% 0.59% -
XYZ 13.38 22.81 16.27 -
YUV 101.47 128.29 59.9 -
System Red Green Blue C M Y K H S L
Decimal 6 150 102 0.96 0 0.32 0.41 160 0.92 0.31
Hex 6 96 66 60 0 20 29 A0 5C 1F
Octal 6 226 146 140 0 40 51 240 134 37
Binary 110 10010110 1100110 1100000 0 100000 101001 10100000 1011100 11111

Color Harmonies of #069666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069666

Black with #069666

Text Example


Text Example

White with #069666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069666; }

 p { color: rgb(6,150,102); }

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

background-color css

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

 a { background-color: rgb(6,150,102); }

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

border-color css

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

 span { border-color: rgb(6,150,102); }

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