Html Css Color HEX #0A716F Pine Green

📋 copy color: '#0A716F'

red 10 ◦ green 113 ◦ blue 111

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

Shades of Pine Green #0A716F

Tints of Pine Green #0A716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.29%

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

R = 4.27%
G = 48.29%
B = 47.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#0A716F (or 0x0A716F) is known color: Pine Green. HEX triplet: 0A, 71 and 6F. RGB value is (10,113,111). Sum of RGB (Red+Green+Blue) = 10+113+111=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #0A716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A716F is #F58E90. Grayscale: #515151. Windows color (decimal): -16092817 or 7303434. OLE color: 7303434.

HSL color Cylindrical-coordinate representation of color #0A716F: hue angle of 178.83º 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 #0A716F is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 113 111 -
CMYK 0.91 0 0.02 0.56
HSL 178.83º 0.84% 0.24% -
HSV(B) 178.83º 0.91% 0.44% -
XYZ 8.9 13.02 17.08 -
YUV 81.98 144.38 76.66 -
System Red Green Blue C M Y K H S L
Decimal 10 113 111 0.91 0 0.02 0.56 178.83 0.84 0.24
Hex A 71 6F 5B 0 2 38 B3 54 18
Octal 12 161 157 133 0 2 70 263 124 30
Binary 1010 1110001 1101111 1011011 0 10 111000 10110011 1010100 11000

Color Harmonies of #0A716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A716F

Black with #0A716F

Text Example


Text Example

White with #0A716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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