Html Css Color HEX #006D1A Green

📋 copy color: '#006D1A'

red 0 ◦ green 109 ◦ blue 26

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

Shades of Green #006D1A

Tints of Green #006D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 80.74%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 0%
G = 80.74%
B = 19.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#006D1A (or 0x006D1A) is known color: Green. HEX triplet: 00, 6D and 1A. RGB value is (0,109,26). Sum of RGB (Red+Green+Blue) = 0+109+26=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 109 (42.97% from 255 or 80.74% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 109 - color contains mainly: green. Hex color #006D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D1A is #FF92E5. Grayscale: #434343. Windows color (decimal): -16749286 or 1731840. OLE color: 1731840.

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

Color convert

RGB 0 109 26 -
CMYK 1 0 0.76 0.57
HSL 134.31º 1% 0.21% -
HSV(B) 134.31º 1% 0.43% -
XYZ 5.66 11.01 2.8 -
YUV 66.95 104.89 80.25 -
System Red Green Blue C M Y K H S L
Decimal 0 109 26 1 0 0.76 0.57 134.31 1 0.21
Hex 0 6D 1A 64 0 4C 39 86 64 15
Octal 0 155 32 144 0 114 71 206 144 25
Binary 0 1101101 11010 1100100 0 1001100 111001 10000110 1100100 10101

Color Harmonies of #006D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D1A

Black with #006D1A

Text Example


Text Example

White with #006D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,26); }

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

background-color css

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

 a { background-color: rgb(0,109,26); }

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

border-color css

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

 span { border-color: rgb(0,109,26); }

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