Html Css Color HEX #069442 Pigment Green

📋 copy color: '#069442'

red 6 ◦ green 148 ◦ blue 66

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

Shades of Pigment Green #069442

Tints of Pigment Green #069442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 67.27%

 BLUE value IS 66 (26.17% from 255) = 30%

R = 2.73%
G = 67.27%
B = 30%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#069442 (or 0x069442) is known color: Pigment Green. HEX triplet: 06, 94 and 42. RGB value is (6,148,66). Sum of RGB (Red+Green+Blue) = 6+148+66=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 148 (58.20% from 255 or 67.27% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 148 - color contains mainly: green. Hex color #069442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069442 is #F96BBD. Grayscale: #606060. Windows color (decimal): -16346046 or 4363270. OLE color: 4363270.

HSL color Cylindrical-coordinate representation of color #069442: hue angle of 145.35º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069442 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 66 -
CMYK 0.96 0 0.55 0.42
HSL 145.35º 0.92% 0.3% -
HSV(B) 145.35º 0.96% 0.58% -
XYZ 11.65 21.61 8.71 -
YUV 96.19 110.96 63.67 -
System Red Green Blue C M Y K H S L
Decimal 6 148 66 0.96 0 0.55 0.42 145.35 0.92 0.3
Hex 6 94 42 60 0 37 2A 91 5C 1E
Octal 6 224 102 140 0 67 52 221 134 36
Binary 110 10010100 1000010 1100000 0 110111 101010 10010001 1011100 11110

Color Harmonies of #069442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069442

Black with #069442

Text Example


Text Example

White with #069442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069442; }

 p { color: rgb(6,148,66); }

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

background-color css

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

 a { background-color: rgb(6,148,66); }

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

border-color css

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

 span { border-color: rgb(6,148,66); }

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