Html Css Color HEX #069955 Shamrock Green

📋 copy color: '#069955'

red 6 ◦ green 153 ◦ blue 85

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

Shades of Shamrock Green #069955

Tints of Shamrock Green #069955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 2.46%
G = 62.7%
B = 34.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#069955 (or 0x069955) is known color: Shamrock Green. HEX triplet: 06, 99 and 55. RGB value is (6,153,85). Sum of RGB (Red+Green+Blue) = 6+153+85=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #069955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069955 is #F966AA. Grayscale: #656565. Windows color (decimal): -16344747 or 5609734. OLE color: 5609734.

HSL color Cylindrical-coordinate representation of color #069955: hue angle of 152.24º 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 #069955 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 85 -
CMYK 0.96 0 0.44 0.4
HSL 152.24º 0.92% 0.31% -
HSV(B) 152.24º 0.96% 0.6% -
XYZ 13.11 23.48 12.44 -
YUV 101.3 118.8 60.03 -
System Red Green Blue C M Y K H S L
Decimal 6 153 85 0.96 0 0.44 0.4 152.24 0.92 0.31
Hex 6 99 55 60 0 2C 28 98 5C 1F
Octal 6 231 125 140 0 54 50 230 134 37
Binary 110 10011001 1010101 1100000 0 101100 101000 10011000 1011100 11111

Color Harmonies of #069955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069955

Black with #069955

Text Example


Text Example

White with #069955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069955; }

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

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

background-color css

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

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

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

border-color css

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

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

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