Html Css Color HEX #069965 Shamrock Green

📋 copy color: '#069965'

red 6 ◦ green 153 ◦ blue 101

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

Shades of Shamrock Green #069965

Tints of Shamrock Green #069965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 2.31%
G = 58.85%
B = 38.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#069965 (or 0x069965) is known color: Shamrock Green. HEX triplet: 06, 99 and 65. RGB value is (6,153,101). Sum of RGB (Red+Green+Blue) = 6+153+101=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #069965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069965 is #F9669A. Grayscale: #676767. Windows color (decimal): -16344731 or 6658310. OLE color: 6658310.

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

Color convert

RGB 6 153 101 -
CMYK 0.96 0 0.34 0.4
HSL 158.78º 0.92% 0.31% -
HSV(B) 158.78º 0.96% 0.6% -
XYZ 13.82 23.76 16.17 -
YUV 103.12 126.8 58.73 -
System Red Green Blue C M Y K H S L
Decimal 6 153 101 0.96 0 0.34 0.4 158.78 0.92 0.31
Hex 6 99 65 60 0 22 28 9F 5C 1F
Octal 6 231 145 140 0 42 50 237 134 37
Binary 110 10011001 1100101 1100000 0 100010 101000 10011111 1011100 11111

Color Harmonies of #069965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069965

Black with #069965

Text Example


Text Example

White with #069965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069965; }

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

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

background-color css

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

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

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

border-color css

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

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

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