Html Css Color HEX #069A41 Pigment Green

📋 copy color: '#069A41'

red 6 ◦ green 154 ◦ blue 65

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

Shades of Pigment Green #069A41

Tints of Pigment Green #069A41

RGB

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

 GREEN value IS 154 (60.55% from 255) = 68.44%

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

R = 2.67%
G = 68.44%
B = 28.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#069A41 (or 0x069A41) is known color: Pigment Green. HEX triplet: 06, 9A and 41. RGB value is (6,154,65). Sum of RGB (Red+Green+Blue) = 6+154+65=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 154 (60.55% from 255 or 68.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 154 - color contains mainly: green. Hex color #069A41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A41 is #F965BE. Grayscale: #636363. Windows color (decimal): -16344511 or 4299270. OLE color: 4299270.

HSL color Cylindrical-coordinate representation of color #069A41: hue angle of 143.92º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A41 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 65 -
CMYK 0.96 0 0.58 0.40
HSL 143.92º 0.93% 0.31% -
HSV(B) 143.92º 0.96% 0.6% -
XYZ 12.58 23.53 8.88 -
YUV 99.6 108.47 61.24 -
System Red Green Blue C M Y K H S L
Decimal 6 154 65 0.96 0 0.58 0.40 143.92 0.93 0.31
Hex 6 9A 41 60 0 3A 28 90 5C 1F
Octal 6 232 101 140 0 72 50 220 134 37
Binary 110 10011010 1000001 1100000 0 111010 101000 10010000 1011100 11111

Color Harmonies of #069A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A41

Black with #069A41

Text Example


Text Example

White with #069A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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