Html Css Color HEX #069035 Pigment Green

📋 copy color: '#069035'

red 6 ◦ green 144 ◦ blue 53

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

Shades of Pigment Green #069035

Tints of Pigment Green #069035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 70.94%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 2.96%
G = 70.94%
B = 26.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#069035 (or 0x069035) is known color: Pigment Green. HEX triplet: 06, 90 and 35. RGB value is (6,144,53). Sum of RGB (Red+Green+Blue) = 6+144+53=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #069035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069035 is #F96FCA. Grayscale: #5C5C5C. Windows color (decimal): -16347083 or 3510278. OLE color: 3510278.

HSL color Cylindrical-coordinate representation of color #069035: hue angle of 140.43º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069035 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 53 -
CMYK 0.96 0 0.63 0.44
HSL 140.43º 0.92% 0.29% -
HSV(B) 140.43º 0.96% 0.56% -
XYZ 10.69 20.24 6.71 -
YUV 92.36 105.78 66.4 -
System Red Green Blue C M Y K H S L
Decimal 6 144 53 0.96 0 0.63 0.44 140.43 0.92 0.29
Hex 6 90 35 60 0 3F 2C 8C 5C 1D
Octal 6 220 65 140 0 77 54 214 134 35
Binary 110 10010000 110101 1100000 0 111111 101100 10001100 1011100 11101

Color Harmonies of #069035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069035

Black with #069035

Text Example


Text Example

White with #069035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069035; }

 p { color: rgb(6,144,53); }

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

background-color css

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

 a { background-color: rgb(6,144,53); }

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

border-color css

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

 span { border-color: rgb(6,144,53); }

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