Html Css Color HEX #069A3A Pigment Green

📋 copy color: '#069A3A'

red 6 ◦ green 154 ◦ blue 58

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

Shades of Pigment Green #069A3A

Tints of Pigment Green #069A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 2.75%
G = 70.64%
B = 26.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#069A3A (or 0x069A3A) is known color: Pigment Green. HEX triplet: 06, 9A and 3A. RGB value is (6,154,58). Sum of RGB (Red+Green+Blue) = 6+154+58=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 154 (60.55% from 255 or 70.64% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 154 - color contains mainly: green. Hex color #069A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A3A is #F965C5. Grayscale: #636363. Windows color (decimal): -16344518 or 3840518. OLE color: 3840518.

HSL color Cylindrical-coordinate representation of color #069A3A: hue angle of 141.08º 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 #069A3A is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 58 -
CMYK 0.96 0 0.62 0.40
HSL 141.08º 0.93% 0.31% -
HSV(B) 141.08º 0.96% 0.6% -
XYZ 12.39 23.46 7.88 -
YUV 98.8 104.97 61.81 -
System Red Green Blue C M Y K H S L
Decimal 6 154 58 0.96 0 0.62 0.40 141.08 0.93 0.31
Hex 6 9A 3A 60 0 3E 28 8D 5C 1F
Octal 6 232 72 140 0 76 50 215 134 37
Binary 110 10011010 111010 1100000 0 111110 101000 10001101 1011100 11111

Color Harmonies of #069A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A3A

Black with #069A3A

Text Example


Text Example

White with #069A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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