Html Css Color HEX #069D33 Pigment Green

📋 copy color: '#069D33'

red 6 ◦ green 157 ◦ blue 51

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

Shades of Pigment Green #069D33

Tints of Pigment Green #069D33

RGB

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

 GREEN value IS 157 (61.72% from 255) = 73.36%

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 2.8%
G = 73.36%
B = 23.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#069D33 (or 0x069D33) is known color: Pigment Green. HEX triplet: 06, 9D and 33. RGB value is (6,157,51). Sum of RGB (Red+Green+Blue) = 6+157+51=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 157 (61.72% from 255 or 73.36% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 157 - color contains mainly: green. Hex color #069D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069D33 is #F962CC. Grayscale: #646464. Windows color (decimal): -16343757 or 3382534. OLE color: 3382534.

HSL color Cylindrical-coordinate representation of color #069D33: hue angle of 137.88º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069D33 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 157 51 -
CMYK 0.96 0 0.68 0.38
HSL 137.88º 0.93% 0.32% -
HSV(B) 137.88º 0.96% 0.62% -
XYZ 12.73 24.39 7.17 -
YUV 99.77 100.47 61.12 -
System Red Green Blue C M Y K H S L
Decimal 6 157 51 0.96 0 0.68 0.38 137.88 0.93 0.32
Hex 6 9D 33 60 0 44 26 8A 5D 20
Octal 6 235 63 140 0 104 46 212 135 40
Binary 110 10011101 110011 1100000 0 1000100 100110 10001010 1011101 100000

Color Harmonies of #069D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069D33

Black with #069D33

Text Example


Text Example

White with #069D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,157,51); }

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

background-color css

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

 a { background-color: rgb(6,157,51); }

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

border-color css

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

 span { border-color: rgb(6,157,51); }

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