Html Css Color HEX #069C69 Shamrock Green

📋 copy color: '#069C69'

red 6 ◦ green 156 ◦ blue 105

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

Shades of Shamrock Green #069C69

Tints of Shamrock Green #069C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 58.43%

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 2.25%
G = 58.43%
B = 39.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#069C69 (or 0x069C69) is known color: Shamrock Green. HEX triplet: 06, 9C and 69. RGB value is (6,156,105). Sum of RGB (Red+Green+Blue) = 6+156+105=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #069C69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069C69 is #F96396. Grayscale: #696969. Windows color (decimal): -16343959 or 6921222. OLE color: 6921222.

HSL color Cylindrical-coordinate representation of color #069C69: hue angle of 159.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069C69 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 156 105 -
CMYK 0.96 0 0.33 0.39
HSL 159.6º 0.93% 0.32% -
HSV(B) 159.6º 0.96% 0.61% -
XYZ 14.51 24.84 17.39 -
YUV 105.34 127.81 57.15 -
System Red Green Blue C M Y K H S L
Decimal 6 156 105 0.96 0 0.33 0.39 159.6 0.93 0.32
Hex 6 9C 69 60 0 21 27 A0 5D 20
Octal 6 234 151 140 0 41 47 240 135 40
Binary 110 10011100 1101001 1100000 0 100001 100111 10100000 1011101 100000

Color Harmonies of #069C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069C69

Black with #069C69

Text Example


Text Example

White with #069C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069C69; }

 p { color: rgb(6,156,105); }

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

background-color css

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

 a { background-color: rgb(6,156,105); }

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

border-color css

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

 span { border-color: rgb(6,156,105); }

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