Html Css Color HEX #069541 Pigment Green

📋 copy color: '#069541'

red 6 ◦ green 149 ◦ blue 65

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

Shades of Pigment Green #069541

Tints of Pigment Green #069541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 2.73%
G = 67.73%
B = 29.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#069541 (or 0x069541) is known color: Pigment Green. HEX triplet: 06, 95 and 41. RGB value is (6,149,65). Sum of RGB (Red+Green+Blue) = 6+149+65=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #069541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069541 is #F96ABE. Grayscale: #606060. Windows color (decimal): -16345791 or 4297990. OLE color: 4297990.

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

Color convert

RGB 6 149 65 -
CMYK 0.96 0 0.56 0.42
HSL 144.76º 0.92% 0.3% -
HSV(B) 144.76º 0.96% 0.58% -
XYZ 11.78 21.92 8.61 -
YUV 96.67 110.12 63.33 -
System Red Green Blue C M Y K H S L
Decimal 6 149 65 0.96 0 0.56 0.42 144.76 0.92 0.3
Hex 6 95 41 60 0 38 2A 91 5C 1E
Octal 6 225 101 140 0 70 52 221 134 36
Binary 110 10010101 1000001 1100000 0 111000 101010 10010001 1011100 11110

Color Harmonies of #069541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069541

Black with #069541

Text Example


Text Example

White with #069541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069541; }

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

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

background-color css

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

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

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

border-color css

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

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

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