Html Css Color HEX #069260 Shamrock Green

📋 copy color: '#069260'

red 6 ◦ green 146 ◦ blue 96

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

Shades of Shamrock Green #069260

Tints of Shamrock Green #069260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.87%

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 2.42%
G = 58.87%
B = 38.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#069260 (or 0x069260) is known color: Shamrock Green. HEX triplet: 06, 92 and 60. RGB value is (6,146,96). Sum of RGB (Red+Green+Blue) = 6+146+96=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #069260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069260 is #F96D9F. Grayscale: #626262. Windows color (decimal): -16346528 or 6328838. OLE color: 6328838.

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

Color convert

RGB 6 146 96 -
CMYK 0.96 0 0.34 0.43
HSL 158.57º 0.92% 0.3% -
HSV(B) 158.57º 0.96% 0.57% -
XYZ 12.47 21.44 14.55 -
YUV 98.44 126.62 62.07 -
System Red Green Blue C M Y K H S L
Decimal 6 146 96 0.96 0 0.34 0.43 158.57 0.92 0.3
Hex 6 92 60 60 0 22 2B 9F 5C 1E
Octal 6 222 140 140 0 42 53 237 134 36
Binary 110 10010010 1100000 1100000 0 100010 101011 10011111 1011100 11110

Color Harmonies of #069260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069260

Black with #069260

Text Example


Text Example

White with #069260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069260; }

 p { color: rgb(6,146,96); }

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

background-color css

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

 a { background-color: rgb(6,146,96); }

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

border-color css

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

 span { border-color: rgb(6,146,96); }

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