Html Css Color HEX #0A7C71 Pine Green

📋 copy color: '#0A7C71'

red 10 ◦ green 124 ◦ blue 113

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

Shades of Pine Green #0A7C71

Tints of Pine Green #0A7C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 4.05%
G = 50.2%
B = 45.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#0A7C71 (or 0x0A7C71) is known color: Pine Green. HEX triplet: 0A, 7C and 71. RGB value is (10,124,113). Sum of RGB (Red+Green+Blue) = 10+124+113=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C71 is #F5838E. Grayscale: #585858. Windows color (decimal): -16089999 or 7437322. OLE color: 7437322.

HSL color Cylindrical-coordinate representation of color #0A7C71: hue angle of 174.21º 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 #0A7C71 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 124 113 -
CMYK 0.92 0 0.09 0.51
HSL 174.21º 0.85% 0.26% -
HSV(B) 174.21º 0.92% 0.49% -
XYZ 10.31 15.67 18.1 -
YUV 88.66 141.73 71.89 -
System Red Green Blue C M Y K H S L
Decimal 10 124 113 0.92 0 0.09 0.51 174.21 0.85 0.26
Hex A 7C 71 5C 0 9 33 AE 55 1A
Octal 12 174 161 134 0 11 63 256 125 32
Binary 1010 1111100 1110001 1011100 0 1001 110011 10101110 1010101 11010

Color Harmonies of #0A7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7C71

Black with #0A7C71

Text Example


Text Example

White with #0A7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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