Html Css Color HEX #006A34 Fun Green

📋 copy color: '#006A34'

red 0 ◦ green 106 ◦ blue 52

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

Shades of Fun Green #006A34

Tints of Fun Green #006A34

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 67.09%

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

R = 0%
G = 67.09%
B = 32.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#006A34 (or 0x006A34) is known color: Fun Green. HEX triplet: 00, 6A and 34. RGB value is (0,106,52). Sum of RGB (Red+Green+Blue) = 0+106+52=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #006A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006A34 is #FF95CB. Grayscale: #444444. Windows color (decimal): -16750028 or 3435008. OLE color: 3435008.

HSL color Cylindrical-coordinate representation of color #006A34: hue angle of 149.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A34 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 106 52 -
CMYK 1 0 0.51 0.58
HSL 149.43º 1% 0.21% -
HSV(B) 149.43º 1% 0.42% -
XYZ 5.77 10.56 4.98 -
YUV 68.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 0 106 52 1 0 0.51 0.58 149.43 1 0.21
Hex 0 6A 34 64 0 33 3A 95 64 15
Octal 0 152 64 144 0 63 72 225 144 25
Binary 0 1101010 110100 1100100 0 110011 111010 10010101 1100100 10101

Color Harmonies of #006A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A34

Black with #006A34

Text Example


Text Example

White with #006A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A34; }

 p { color: rgb(0,106,52); }

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

background-color css

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

 a { background-color: rgb(0,106,52); }

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

border-color css

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

 span { border-color: rgb(0,106,52); }

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