Html Css Color HEX #069052 Shamrock Green

📋 copy color: '#069052'

red 6 ◦ green 144 ◦ blue 82

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

Shades of Shamrock Green #069052

Tints of Shamrock Green #069052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.07%

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 2.59%
G = 62.07%
B = 35.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#069052 (or 0x069052) is known color: Shamrock Green. HEX triplet: 06, 90 and 52. RGB value is (6,144,82). Sum of RGB (Red+Green+Blue) = 6+144+82=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #069052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069052 is #F96FAD. Grayscale: #5F5F5F. Windows color (decimal): -16347054 or 5410822. OLE color: 5410822.

HSL color Cylindrical-coordinate representation of color #069052: hue angle of 153.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069052 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 82 -
CMYK 0.96 0 0.43 0.44
HSL 153.04º 0.92% 0.29% -
HSV(B) 153.04º 0.96% 0.56% -
XYZ 11.57 20.59 11.35 -
YUV 95.67 120.28 64.04 -
System Red Green Blue C M Y K H S L
Decimal 6 144 82 0.96 0 0.43 0.44 153.04 0.92 0.29
Hex 6 90 52 60 0 2B 2C 99 5C 1D
Octal 6 220 122 140 0 53 54 231 134 35
Binary 110 10010000 1010010 1100000 0 101011 101100 10011001 1011100 11101

Color Harmonies of #069052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069052

Black with #069052

Text Example


Text Example

White with #069052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069052; }

 p { color: rgb(6,144,82); }

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

background-color css

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

 a { background-color: rgb(6,144,82); }

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

border-color css

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

 span { border-color: rgb(6,144,82); }

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