Html Css Color HEX #006A0F Green

📋 copy color: '#006A0F'

red 0 ◦ green 106 ◦ blue 15

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

Shades of Green #006A0F

Tints of Green #006A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 0%
G = 87.6%
B = 12.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#006A0F (or 0x006A0F) is known color: Green. HEX triplet: 00, 6A and 0F. RGB value is (0,106,15). Sum of RGB (Red+Green+Blue) = 0+106+15=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 106 (41.80% from 255 or 87.60% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 106 - color contains mainly: green. Hex color #006A0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006A0F is #FF95F0. Grayscale: #404040. Windows color (decimal): -16750065 or 1010176. OLE color: 1010176.

HSL color Cylindrical-coordinate representation of color #006A0F: hue angle of 128.49º 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 #006A0F is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 106 15 -
CMYK 1 0 0.86 0.58
HSL 128.49º 1% 0.21% -
HSV(B) 128.49º 1% 0.42% -
XYZ 5.24 10.34 2.17 -
YUV 63.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 0 106 15 1 0 0.86 0.58 128.49 1 0.21
Hex 0 6A F 64 0 56 3A 80 64 15
Octal 0 152 17 144 0 126 72 200 144 25
Binary 0 1101010 1111 1100100 0 1010110 111010 10000000 1100100 10101

Color Harmonies of #006A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A0F

Black with #006A0F

Text Example


Text Example

White with #006A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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