Html Css Color HEX #0C716B Pine Green

📋 copy color: '#0C716B'

red 12 ◦ green 113 ◦ blue 107

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

Shades of Pine Green #0C716B

Tints of Pine Green #0C716B

RGB

 RED value IS 12 (5.08% from 255) = 5.17%

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

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

R = 5.17%
G = 48.71%
B = 46.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#0C716B (or 0x0C716B) is known color: Pine Green. HEX triplet: 0C, 71 and 6B. RGB value is (12,113,107). Sum of RGB (Red+Green+Blue) = 12+113+107=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #0C716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C716B is #F38E94. Grayscale: #525252. Windows color (decimal): -15961749 or 7041292. OLE color: 7041292.

HSL color Cylindrical-coordinate representation of color #0C716B: hue angle of 176.44º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C716B is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 107 -
CMYK 0.89 0 0.05 0.56
HSL 176.44º 0.81% 0.25% -
HSV(B) 176.44º 0.89% 0.44% -
XYZ 8.71 12.95 15.95 -
YUV 82.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 12 113 107 0.89 0 0.05 0.56 176.44 0.81 0.25
Hex C 71 6B 59 0 5 38 B0 51 19
Octal 14 161 153 131 0 5 70 260 121 31
Binary 1100 1110001 1101011 1011001 0 101 111000 10110000 1010001 11001

Color Harmonies of #0C716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C716B

Black with #0C716B

Text Example


Text Example

White with #0C716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,107); }

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

background-color css

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

 a { background-color: rgb(12,113,107); }

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

border-color css

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

 span { border-color: rgb(12,113,107); }

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