Html Css Color HEX #069A54 Pigment Green

📋 copy color: '#069A54'

red 6 ◦ green 154 ◦ blue 84

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

Shades of Pigment Green #069A54

Tints of Pigment Green #069A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.43%

R = 2.46%
G = 63.11%
B = 34.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#069A54 (or 0x069A54) is known color: Pigment Green. HEX triplet: 06, 9A and 54. RGB value is (6,154,84). Sum of RGB (Red+Green+Blue) = 6+154+84=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 154 (60.55% from 255 or 63.11% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 154 - color contains mainly: green. Hex color #069A54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069A54 is #F965AB. Grayscale: #656565. Windows color (decimal): -16344492 or 5544454. OLE color: 5544454.

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

Color convert

RGB 6 154 84 -
CMYK 0.96 0 0.45 0.40
HSL 151.62º 0.93% 0.31% -
HSV(B) 151.62º 0.96% 0.6% -
XYZ 13.23 23.79 12.28 -
YUV 101.77 117.97 59.69 -
System Red Green Blue C M Y K H S L
Decimal 6 154 84 0.96 0 0.45 0.40 151.62 0.93 0.31
Hex 6 9A 54 60 0 2D 28 98 5C 1F
Octal 6 232 124 140 0 55 50 230 134 37
Binary 110 10011010 1010100 1100000 0 101101 101000 10011000 1011100 11111

Color Harmonies of #069A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A54

Black with #069A54

Text Example


Text Example

White with #069A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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