Html Css Color HEX #0C7A6F Pine Green

📋 copy color: '#0C7A6F'

red 12 ◦ green 122 ◦ blue 111

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

Shades of Pine Green #0C7A6F

Tints of Pine Green #0C7A6F

RGB

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

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

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

R = 4.9%
G = 49.8%
B = 45.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#0C7A6F (or 0x0C7A6F) is known color: Pine Green. HEX triplet: 0C, 7A and 6F. RGB value is (12,122,111). Sum of RGB (Red+Green+Blue) = 12+122+111=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #0C7A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7A6F is #F38590. Grayscale: #575757. Windows color (decimal): -15959441 or 7305740. OLE color: 7305740.

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

Color convert

RGB 12 122 111 -
CMYK 0.90 0 0.09 0.52
HSL 174º 0.82% 0.26% -
HSV(B) 174º 0.9% 0.48% -
XYZ 9.98 15.14 17.44 -
YUV 87.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 12 122 111 0.90 0 0.09 0.52 174 0.82 0.26
Hex C 7A 6F 5A 0 9 34 AE 52 1A
Octal 14 172 157 132 0 11 64 256 122 32
Binary 1100 1111010 1101111 1011010 0 1001 110100 10101110 1010010 11010

Color Harmonies of #0C7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7A6F

Black with #0C7A6F

Text Example


Text Example

White with #0C7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,122,111); }

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

background-color css

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

 a { background-color: rgb(12,122,111); }

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

border-color css

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

 span { border-color: rgb(12,122,111); }

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