Html Css Color HEX #069540 Pigment Green

📋 copy color: '#069540'

red 6 ◦ green 149 ◦ blue 64

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

Shades of Pigment Green #069540

Tints of Pigment Green #069540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.04%

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

R = 2.74%
G = 68.04%
B = 29.22%

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

#069540 (or 0x069540) is known color: Pigment Green. HEX triplet: 06, 95 and 40. RGB value is (6,149,64). Sum of RGB (Red+Green+Blue) = 6+149+64=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #069540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069540 is #F96ABF. Grayscale: #606060. Windows color (decimal): -16345792 or 4232454. OLE color: 4232454.

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

Color convert

RGB 6 149 64 -
CMYK 0.96 0 0.57 0.42
HSL 144.34º 0.92% 0.3% -
HSV(B) 144.34º 0.96% 0.58% -
XYZ 11.75 21.9 8.46 -
YUV 96.55 109.62 63.41 -
System Red Green Blue C M Y K H S L
Decimal 6 149 64 0.96 0 0.57 0.42 144.34 0.92 0.3
Hex 6 95 40 60 0 39 2A 90 5C 1E
Octal 6 225 100 140 0 71 52 220 134 36
Binary 110 10010101 1000000 1100000 0 111001 101010 10010000 1011100 11110

Color Harmonies of #069540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069540

Black with #069540

Text Example


Text Example

White with #069540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069540; }

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

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

background-color css

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

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

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

border-color css

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

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

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