Html Css Color HEX #0A7A72 Pine Green

📋 copy color: '#0A7A72'

red 10 ◦ green 122 ◦ blue 114

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

Shades of Pine Green #0A7A72

Tints of Pine Green #0A7A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.59%

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 4.07%
G = 49.59%
B = 46.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#0A7A72 (or 0x0A7A72) is known color: Pine Green. HEX triplet: 0A, 7A and 72. RGB value is (10,122,114). Sum of RGB (Red+Green+Blue) = 10+122+114=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A72 is #F5858D. Grayscale: #575757. Windows color (decimal): -16090510 or 7502346. OLE color: 7502346.

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

Color convert

RGB 10 122 114 -
CMYK 0.92 0 0.07 0.52
HSL 175.71º 0.85% 0.26% -
HSV(B) 175.71º 0.92% 0.48% -
XYZ 10.12 15.2 18.32 -
YUV 87.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 10 122 114 0.92 0 0.07 0.52 175.71 0.85 0.26
Hex A 7A 72 5C 0 7 34 B0 55 1A
Octal 12 172 162 134 0 7 64 260 125 32
Binary 1010 1111010 1110010 1011100 0 111 110100 10110000 1010101 11010

Color Harmonies of #0A7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7A72

Black with #0A7A72

Text Example


Text Example

White with #0A7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,122,114); }

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

background-color css

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

 a { background-color: rgb(10,122,114); }

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

border-color css

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

 span { border-color: rgb(10,122,114); }

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