Html Css Color HEX #069440 Pigment Green

📋 copy color: '#069440'

red 6 ◦ green 148 ◦ blue 64

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

Shades of Pigment Green #069440

Tints of Pigment Green #069440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 2.75%
G = 67.89%
B = 29.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#069440 (or 0x069440) is known color: Pigment Green. HEX triplet: 06, 94 and 40. RGB value is (6,148,64). Sum of RGB (Red+Green+Blue) = 6+148+64=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #069440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069440 is #F96BBF. Grayscale: #606060. Windows color (decimal): -16346048 or 4232198. OLE color: 4232198.

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

Color convert

RGB 6 148 64 -
CMYK 0.96 0 0.57 0.42
HSL 144.51º 0.92% 0.3% -
HSV(B) 144.51º 0.96% 0.58% -
XYZ 11.59 21.59 8.41 -
YUV 95.97 109.96 63.83 -
System Red Green Blue C M Y K H S L
Decimal 6 148 64 0.96 0 0.57 0.42 144.51 0.92 0.3
Hex 6 94 40 60 0 39 2A 91 5C 1E
Octal 6 224 100 140 0 71 52 221 134 36
Binary 110 10010100 1000000 1100000 0 111001 101010 10010001 1011100 11110

Color Harmonies of #069440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069440

Black with #069440

Text Example


Text Example

White with #069440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069440; }

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

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

background-color css

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

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

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

border-color css

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

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

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