Html Css Color HEX #069934 Pigment Green

📋 copy color: '#069934'

red 6 ◦ green 153 ◦ blue 52

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

Shades of Pigment Green #069934

Tints of Pigment Green #069934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 2.84%
G = 72.51%
B = 24.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#069934 (or 0x069934) is known color: Pigment Green. HEX triplet: 06, 99 and 34. RGB value is (6,153,52). Sum of RGB (Red+Green+Blue) = 6+153+52=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #069934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069934 is #F966CB. Grayscale: #616161. Windows color (decimal): -16344780 or 3447046. OLE color: 3447046.

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

Color convert

RGB 6 153 52 -
CMYK 0.96 0 0.66 0.4
HSL 138.78º 0.92% 0.31% -
HSV(B) 138.78º 0.96% 0.6% -
XYZ 12.09 23.07 7.06 -
YUV 97.53 102.3 62.71 -
System Red Green Blue C M Y K H S L
Decimal 6 153 52 0.96 0 0.66 0.4 138.78 0.92 0.31
Hex 6 99 34 60 0 42 28 8B 5C 1F
Octal 6 231 64 140 0 102 50 213 134 37
Binary 110 10011001 110100 1100000 0 1000010 101000 10001011 1011100 11111

Color Harmonies of #069934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069934

Black with #069934

Text Example


Text Example

White with #069934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069934; }

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

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

background-color css

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

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

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

border-color css

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

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

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