Html Css Color HEX #069968 Shamrock Green

📋 copy color: '#069968'

red 6 ◦ green 153 ◦ blue 104

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

Shades of Shamrock Green #069968

Tints of Shamrock Green #069968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 2.28%
G = 58.17%
B = 39.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#069968 (or 0x069968) is known color: Shamrock Green. HEX triplet: 06, 99 and 68. RGB value is (6,153,104). Sum of RGB (Red+Green+Blue) = 6+153+104=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #069968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069968 is #F96697. Grayscale: #676767. Windows color (decimal): -16344728 or 6854918. OLE color: 6854918.

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

Color convert

RGB 6 153 104 -
CMYK 0.96 0 0.32 0.4
HSL 160º 0.92% 0.31% -
HSV(B) 160º 0.96% 0.6% -
XYZ 13.97 23.82 16.96 -
YUV 103.46 128.3 58.48 -
System Red Green Blue C M Y K H S L
Decimal 6 153 104 0.96 0 0.32 0.4 160 0.92 0.31
Hex 6 99 68 60 0 20 28 A0 5C 1F
Octal 6 231 150 140 0 40 50 240 134 37
Binary 110 10011001 1101000 1100000 0 100000 101000 10100000 1011100 11111

Color Harmonies of #069968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069968

Black with #069968

Text Example


Text Example

White with #069968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069968; }

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

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

background-color css

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

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

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

border-color css

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

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

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