Html Css Color HEX #069A5E Shamrock Green

📋 copy color: '#069A5E'

red 6 ◦ green 154 ◦ blue 94

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

Shades of Shamrock Green #069A5E

Tints of Shamrock Green #069A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 60.63%

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

R = 2.36%
G = 60.63%
B = 37.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#069A5E (or 0x069A5E) is known color: Shamrock Green. HEX triplet: 06, 9A and 5E. RGB value is (6,154,94). Sum of RGB (Red+Green+Blue) = 6+154+94=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 154 (60.55% from 255 or 60.63% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 154 - color contains mainly: green. Hex color #069A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069A5E is #F965A1. Grayscale: #676767. Windows color (decimal): -16344482 or 6199814. OLE color: 6199814.

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

Color convert

RGB 6 154 94 -
CMYK 0.96 0 0.39 0.40
HSL 155.68º 0.93% 0.31% -
HSV(B) 155.68º 0.96% 0.6% -
XYZ 13.65 23.96 14.49 -
YUV 102.91 122.97 58.88 -
System Red Green Blue C M Y K H S L
Decimal 6 154 94 0.96 0 0.39 0.40 155.68 0.93 0.31
Hex 6 9A 5E 60 0 27 28 9C 5C 1F
Octal 6 232 136 140 0 47 50 234 134 37
Binary 110 10011010 1011110 1100000 0 100111 101000 10011100 1011100 11111

Color Harmonies of #069A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A5E

Black with #069A5E

Text Example


Text Example

White with #069A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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