Html Css Color HEX #0C7970 Pine Green

📋 copy color: '#0C7970'

red 12 ◦ green 121 ◦ blue 112

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

Shades of Pine Green #0C7970

Tints of Pine Green #0C7970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 4.9%
G = 49.39%
B = 45.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#0C7970 (or 0x0C7970) is known color: Pine Green. HEX triplet: 0C, 79 and 70. RGB value is (12,121,112). Sum of RGB (Red+Green+Blue) = 12+121+112=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #0C7970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7970 is #F3868F. Grayscale: #575757. Windows color (decimal): -15959696 or 7371020. OLE color: 7371020.

HSL color Cylindrical-coordinate representation of color #0C7970: hue angle of 175.05º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7970 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 121 112 -
CMYK 0.90 0 0.07 0.53
HSL 175.05º 0.82% 0.26% -
HSV(B) 175.05º 0.9% 0.47% -
XYZ 9.91 14.92 17.69 -
YUV 87.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 12 121 112 0.90 0 0.07 0.53 175.05 0.82 0.26
Hex C 79 70 5A 0 7 35 AF 52 1A
Octal 14 171 160 132 0 7 65 257 122 32
Binary 1100 1111001 1110000 1011010 0 111 110101 10101111 1010010 11010

Color Harmonies of #0C7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7970

Black with #0C7970

Text Example


Text Example

White with #0C7970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,121,112); }

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

background-color css

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

 a { background-color: rgb(12,121,112); }

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

border-color css

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

 span { border-color: rgb(12,121,112); }

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