Html Css Color HEX #0A706B Pine Green

📋 copy color: '#0A706B'

red 10 ◦ green 112 ◦ blue 107

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

Shades of Pine Green #0A706B

Tints of Pine Green #0A706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 4.37%
G = 48.91%
B = 46.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#0A706B (or 0x0A706B) is known color: Pine Green. HEX triplet: 0A, 70 and 6B. RGB value is (10,112,107). Sum of RGB (Red+Green+Blue) = 10+112+107=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #0A706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A706B is #F58F94. Grayscale: #505050. Windows color (decimal): -16093077 or 7041034. OLE color: 7041034.

HSL color Cylindrical-coordinate representation of color #0A706B: hue angle of 177.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A706B is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 112 107 -
CMYK 0.91 0 0.04 0.56
HSL 177.06º 0.84% 0.24% -
HSV(B) 177.06º 0.91% 0.44% -
XYZ 8.57 12.71 15.91 -
YUV 80.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 10 112 107 0.91 0 0.04 0.56 177.06 0.84 0.24
Hex A 70 6B 5B 0 4 38 B1 54 18
Octal 12 160 153 133 0 4 70 261 124 30
Binary 1010 1110000 1101011 1011011 0 100 111000 10110001 1010100 11000

Color Harmonies of #0A706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A706B

Black with #0A706B

Text Example


Text Example

White with #0A706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,107); }

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

background-color css

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

 a { background-color: rgb(10,112,107); }

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

border-color css

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

 span { border-color: rgb(10,112,107); }

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