Html Css Color HEX #069655 Shamrock Green

📋 copy color: '#069655'

red 6 ◦ green 150 ◦ blue 85

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

Shades of Shamrock Green #069655

Tints of Shamrock Green #069655

RGB

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

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

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

R = 2.49%
G = 62.24%
B = 35.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#069655 (or 0x069655) is known color: Shamrock Green. HEX triplet: 06, 96 and 55. RGB value is (6,150,85). Sum of RGB (Red+Green+Blue) = 6+150+85=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #069655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069655 is #F969AA. Grayscale: #636363. Windows color (decimal): -16345515 or 5608966. OLE color: 5608966.

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

Color convert

RGB 6 150 85 -
CMYK 0.96 0 0.43 0.41
HSL 152.92º 0.92% 0.31% -
HSV(B) 152.92º 0.96% 0.59% -
XYZ 12.62 22.51 12.27 -
YUV 99.53 119.79 61.29 -
System Red Green Blue C M Y K H S L
Decimal 6 150 85 0.96 0 0.43 0.41 152.92 0.92 0.31
Hex 6 96 55 60 0 2B 29 99 5C 1F
Octal 6 226 125 140 0 53 51 231 134 37
Binary 110 10010110 1010101 1100000 0 101011 101001 10011001 1011100 11111

Color Harmonies of #069655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069655

Black with #069655

Text Example


Text Example

White with #069655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069655; }

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

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

background-color css

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

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

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

border-color css

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

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

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