Html Css Color HEX #069048 Pigment Green

📋 copy color: '#069048'

red 6 ◦ green 144 ◦ blue 72

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

Shades of Pigment Green #069048

Tints of Pigment Green #069048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 64.86%

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 2.7%
G = 64.86%
B = 32.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#069048 (or 0x069048) is known color: Pigment Green. HEX triplet: 06, 90 and 48. RGB value is (6,144,72). Sum of RGB (Red+Green+Blue) = 6+144+72=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #069048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069048 is #F96FB7. Grayscale: #5E5E5E. Windows color (decimal): -16347064 or 4755462. OLE color: 4755462.

HSL color Cylindrical-coordinate representation of color #069048: hue angle of 148.7º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069048 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 72 -
CMYK 0.96 0 0.50 0.44
HSL 148.7º 0.92% 0.29% -
HSV(B) 148.7º 0.96% 0.56% -
XYZ 11.22 20.45 9.49 -
YUV 94.53 115.28 64.85 -
System Red Green Blue C M Y K H S L
Decimal 6 144 72 0.96 0 0.50 0.44 148.7 0.92 0.29
Hex 6 90 48 60 0 32 2C 95 5C 1D
Octal 6 220 110 140 0 62 54 225 134 35
Binary 110 10010000 1001000 1100000 0 110010 101100 10010101 1011100 11101

Color Harmonies of #069048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069048

Black with #069048

Text Example


Text Example

White with #069048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069048; }

 p { color: rgb(6,144,72); }

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

background-color css

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

 a { background-color: rgb(6,144,72); }

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

border-color css

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

 span { border-color: rgb(6,144,72); }

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