Html Css Color HEX #06995A Shamrock Green

📋 copy color: '#06995A'

red 6 ◦ green 153 ◦ blue 90

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

Shades of Shamrock Green #06995A

Tints of Shamrock Green #06995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 61.45%

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 2.41%
G = 61.45%
B = 36.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#06995A (or 0x06995A) is known color: Shamrock Green. HEX triplet: 06, 99 and 5A. RGB value is (6,153,90). Sum of RGB (Red+Green+Blue) = 6+153+90=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #06995A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06995A is #F966A5. Grayscale: #656565. Windows color (decimal): -16344742 or 5937414. OLE color: 5937414.

HSL color Cylindrical-coordinate representation of color #06995A: hue angle of 154.29º degrees, saturation: 0.92, 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 #06995A is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 90 -
CMYK 0.96 0 0.41 0.4
HSL 154.29º 0.92% 0.31% -
HSV(B) 154.29º 0.96% 0.6% -
XYZ 13.31 23.56 13.52 -
YUV 101.87 121.3 59.62 -
System Red Green Blue C M Y K H S L
Decimal 6 153 90 0.96 0 0.41 0.4 154.29 0.92 0.31
Hex 6 99 5A 60 0 29 28 9A 5C 1F
Octal 6 231 132 140 0 51 50 232 134 37
Binary 110 10011001 1011010 1100000 0 101001 101000 10011010 1011100 11111

Color Harmonies of #06995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06995A

Black with #06995A

Text Example


Text Example

White with #06995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06995A; }

 p { color: rgb(6,153,90); }

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

background-color css

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

 a { background-color: rgb(6,153,90); }

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

border-color css

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

 span { border-color: rgb(6,153,90); }

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