Html Css Color HEX #069C3E Pigment Green

📋 copy color: '#069C3E'

red 6 ◦ green 156 ◦ blue 62

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

Shades of Pigment Green #069C3E

Tints of Pigment Green #069C3E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 69.64%

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 2.68%
G = 69.64%
B = 27.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#069C3E (or 0x069C3E) is known color: Pigment Green. HEX triplet: 06, 9C and 3E. RGB value is (6,156,62). Sum of RGB (Red+Green+Blue) = 6+156+62=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 156 (61.33% from 255 or 69.64% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 156 - color contains mainly: green. Hex color #069C3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069C3E is #F963C1. Grayscale: #646464. Windows color (decimal): -16344002 or 4103174. OLE color: 4103174.

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

Color convert

RGB 6 156 62 -
CMYK 0.96 0 0.60 0.39
HSL 142.4º 0.93% 0.32% -
HSV(B) 142.4º 0.96% 0.61% -
XYZ 12.83 24.16 8.55 -
YUV 100.43 106.31 60.64 -
System Red Green Blue C M Y K H S L
Decimal 6 156 62 0.96 0 0.60 0.39 142.4 0.93 0.32
Hex 6 9C 3E 60 0 3C 27 8E 5D 20
Octal 6 234 76 140 0 74 47 216 135 40
Binary 110 10011100 111110 1100000 0 111100 100111 10001110 1011101 100000

Color Harmonies of #069C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069C3E

Black with #069C3E

Text Example


Text Example

White with #069C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,156,62); }

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

background-color css

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

 a { background-color: rgb(6,156,62); }

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

border-color css

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

 span { border-color: rgb(6,156,62); }

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