Html Css Color HEX #069A53 Pigment Green

📋 copy color: '#069A53'

red 6 ◦ green 154 ◦ blue 83

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

Shades of Pigment Green #069A53

Tints of Pigment Green #069A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 2.47%
G = 63.37%
B = 34.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#069A53 (or 0x069A53) is known color: Pigment Green. HEX triplet: 06, 9A and 53. RGB value is (6,154,83). Sum of RGB (Red+Green+Blue) = 6+154+83=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #069A53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069A53 is #F965AC. Grayscale: #656565. Windows color (decimal): -16344493 or 5478918. OLE color: 5478918.

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

Color convert

RGB 6 154 83 -
CMYK 0.96 0 0.46 0.40
HSL 151.22º 0.93% 0.31% -
HSV(B) 151.22º 0.96% 0.6% -
XYZ 13.19 23.77 12.08 -
YUV 101.65 117.47 59.77 -
System Red Green Blue C M Y K H S L
Decimal 6 154 83 0.96 0 0.46 0.40 151.22 0.93 0.31
Hex 6 9A 53 60 0 2E 28 97 5C 1F
Octal 6 232 123 140 0 56 50 227 134 37
Binary 110 10011010 1010011 1100000 0 101110 101000 10010111 1011100 11111

Color Harmonies of #069A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A53

Black with #069A53

Text Example


Text Example

White with #069A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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