Html Css Color HEX #069C5E Shamrock Green

📋 copy color: '#069C5E'

red 6 ◦ green 156 ◦ blue 94

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

Shades of Shamrock Green #069C5E

Tints of Shamrock Green #069C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 2.34%
G = 60.94%
B = 36.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#069C5E (or 0x069C5E) is known color: Shamrock Green. HEX triplet: 06, 9C and 5E. RGB value is (6,156,94). Sum of RGB (Red+Green+Blue) = 6+156+94=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #069C5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069C5E is #F963A1. Grayscale: #686868. Windows color (decimal): -16343970 or 6200326. OLE color: 6200326.

HSL color Cylindrical-coordinate representation of color #069C5E: hue angle of 155.2º 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 #069C5E is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 156 94 -
CMYK 0.96 0 0.40 0.39
HSL 155.2º 0.93% 0.32% -
HSV(B) 155.2º 0.96% 0.61% -
XYZ 13.98 24.62 14.61 -
YUV 104.08 122.31 58.04 -
System Red Green Blue C M Y K H S L
Decimal 6 156 94 0.96 0 0.40 0.39 155.2 0.93 0.32
Hex 6 9C 5E 60 0 28 27 9B 5D 20
Octal 6 234 136 140 0 50 47 233 135 40
Binary 110 10011100 1011110 1100000 0 101000 100111 10011011 1011101 100000

Color Harmonies of #069C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069C5E

Black with #069C5E

Text Example


Text Example

White with #069C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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