Html Css Color HEX #069942 Pigment Green

📋 copy color: '#069942'

red 6 ◦ green 153 ◦ blue 66

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

Shades of Pigment Green #069942

Tints of Pigment Green #069942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 68%

 BLUE value IS 66 (26.17% from 255) = 29.33%

R = 2.67%
G = 68%
B = 29.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#069942 (or 0x069942) is known color: Pigment Green. HEX triplet: 06, 99 and 42. RGB value is (6,153,66). Sum of RGB (Red+Green+Blue) = 6+153+66=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #069942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069942 is #F966BD. Grayscale: #636363. Windows color (decimal): -16344766 or 4364550. OLE color: 4364550.

HSL color Cylindrical-coordinate representation of color #069942: hue angle of 144.49º degrees, saturation: 0.92, 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 #069942 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 66 -
CMYK 0.96 0 0.57 0.4
HSL 144.49º 0.92% 0.31% -
HSV(B) 144.49º 0.96% 0.6% -
XYZ 12.45 23.21 8.98 -
YUV 99.13 109.3 61.57 -
System Red Green Blue C M Y K H S L
Decimal 6 153 66 0.96 0 0.57 0.4 144.49 0.92 0.31
Hex 6 99 42 60 0 39 28 90 5C 1F
Octal 6 231 102 140 0 71 50 220 134 37
Binary 110 10011001 1000010 1100000 0 111001 101000 10010000 1011100 11111

Color Harmonies of #069942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069942

Black with #069942

Text Example


Text Example

White with #069942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069942; }

 p { color: rgb(6,153,66); }

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

background-color css

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

 a { background-color: rgb(6,153,66); }

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

border-color css

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

 span { border-color: rgb(6,153,66); }

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