Html Css Color HEX #0A7C6F Pine Green

📋 copy color: '#0A7C6F'

red 10 ◦ green 124 ◦ blue 111

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

Shades of Pine Green #0A7C6F

Tints of Pine Green #0A7C6F

RGB

 RED value IS 10 (4.3% from 255) = 4.08%

 GREEN value IS 124 (48.83% from 255) = 50.61%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 4.08%
G = 50.61%
B = 45.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#0A7C6F (or 0x0A7C6F) is known color: Pine Green. HEX triplet: 0A, 7C and 6F. RGB value is (10,124,111). Sum of RGB (Red+Green+Blue) = 10+124+111=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C6F is #F58390. Grayscale: #585858. Windows color (decimal): -16090001 or 7306250. OLE color: 7306250.

HSL color Cylindrical-coordinate representation of color #0A7C6F: hue angle of 173.16º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C6F is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 124 111 -
CMYK 0.92 0 0.10 0.51
HSL 173.16º 0.85% 0.26% -
HSV(B) 173.16º 0.92% 0.49% -
XYZ 10.2 15.63 17.52 -
YUV 88.43 140.73 72.06 -
System Red Green Blue C M Y K H S L
Decimal 10 124 111 0.92 0 0.10 0.51 173.16 0.85 0.26
Hex A 7C 6F 5C 0 A 33 AD 55 1A
Octal 12 174 157 134 0 12 63 255 125 32
Binary 1010 1111100 1101111 1011100 0 1010 110011 10101101 1010101 11010

Color Harmonies of #0A7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7C6F

Black with #0A7C6F

Text Example


Text Example

White with #0A7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7C6F; }

 p { color: rgb(10,124,111); }

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

background-color css

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

 a { background-color: rgb(10,124,111); }

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

border-color css

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

 span { border-color: rgb(10,124,111); }

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