Html Css Color HEX #069A51 Pigment Green

📋 copy color: '#069A51'

red 6 ◦ green 154 ◦ blue 81

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

Shades of Pigment Green #069A51

Tints of Pigment Green #069A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 63.9%

 BLUE value IS 81 (32.03% from 255) = 33.61%

R = 2.49%
G = 63.9%
B = 33.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#069A51 (or 0x069A51) is known color: Pigment Green. HEX triplet: 06, 9A and 51. RGB value is (6,154,81). Sum of RGB (Red+Green+Blue) = 6+154+81=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 154 (60.55% from 255 or 63.90% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 154 - color contains mainly: green. Hex color #069A51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069A51 is #F965AE. Grayscale: #656565. Windows color (decimal): -16344495 or 5347846. OLE color: 5347846.

HSL color Cylindrical-coordinate representation of color #069A51: hue angle of 150.41º degrees, saturation: 0.93, 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 #069A51 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 81 -
CMYK 0.96 0 0.47 0.40
HSL 150.41º 0.93% 0.31% -
HSV(B) 150.41º 0.96% 0.6% -
XYZ 13.12 23.74 11.68 -
YUV 101.43 116.47 59.94 -
System Red Green Blue C M Y K H S L
Decimal 6 154 81 0.96 0 0.47 0.40 150.41 0.93 0.31
Hex 6 9A 51 60 0 2F 28 96 5C 1F
Octal 6 232 121 140 0 57 50 226 134 37
Binary 110 10011010 1010001 1100000 0 101111 101000 10010110 1011100 11111

Color Harmonies of #069A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A51

Black with #069A51

Text Example


Text Example

White with #069A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069A51; }

 p { color: rgb(6,154,81); }

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

background-color css

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

 a { background-color: rgb(6,154,81); }

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

border-color css

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

 span { border-color: rgb(6,154,81); }

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