Html Css Color HEX #069966 Shamrock Green

📋 copy color: '#069966'

red 6 ◦ green 153 ◦ blue 102

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

Shades of Shamrock Green #069966

Tints of Shamrock Green #069966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.62%

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

R = 2.3%
G = 58.62%
B = 39.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#069966 (or 0x069966) is known color: Shamrock Green. HEX triplet: 06, 99 and 66. RGB value is (6,153,102). Sum of RGB (Red+Green+Blue) = 6+153+102=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #069966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069966 is #F96699. Grayscale: #676767. Windows color (decimal): -16344730 or 6723846. OLE color: 6723846.

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

Color convert

RGB 6 153 102 -
CMYK 0.96 0 0.33 0.4
HSL 159.18º 0.92% 0.31% -
HSV(B) 159.18º 0.96% 0.6% -
XYZ 13.86 23.78 16.43 -
YUV 103.23 127.3 58.65 -
System Red Green Blue C M Y K H S L
Decimal 6 153 102 0.96 0 0.33 0.4 159.18 0.92 0.31
Hex 6 99 66 60 0 21 28 9F 5C 1F
Octal 6 231 146 140 0 41 50 237 134 37
Binary 110 10011001 1100110 1100000 0 100001 101000 10011111 1011100 11111

Color Harmonies of #069966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069966

Black with #069966

Text Example


Text Example

White with #069966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069966; }

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

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

background-color css

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

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

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

border-color css

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

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

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