Html Css Color HEX #069062 Shamrock Green

📋 copy color: '#069062'

red 6 ◦ green 144 ◦ blue 98

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

Shades of Shamrock Green #069062

Tints of Shamrock Green #069062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 2.42%
G = 58.06%
B = 39.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#069062 (or 0x069062) is known color: Shamrock Green. HEX triplet: 06, 90 and 62. RGB value is (6,144,98). Sum of RGB (Red+Green+Blue) = 6+144+98=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #069062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069062 is #F96F9D. Grayscale: #616161. Windows color (decimal): -16347038 or 6459398. OLE color: 6459398.

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

Color convert

RGB 6 144 98 -
CMYK 0.96 0 0.32 0.44
HSL 160º 0.92% 0.29% -
HSV(B) 160º 0.96% 0.56% -
XYZ 12.25 20.87 14.94 -
YUV 97.49 128.28 62.74 -
System Red Green Blue C M Y K H S L
Decimal 6 144 98 0.96 0 0.32 0.44 160 0.92 0.29
Hex 6 90 62 60 0 20 2C A0 5C 1D
Octal 6 220 142 140 0 40 54 240 134 35
Binary 110 10010000 1100010 1100000 0 100000 101100 10100000 1011100 11101

Color Harmonies of #069062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069062

Black with #069062

Text Example


Text Example

White with #069062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069062; }

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

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

background-color css

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

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

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

border-color css

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

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

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