Html Css Color HEX #0C7E6F Pine Green

📋 copy color: '#0C7E6F'

red 12 ◦ green 126 ◦ blue 111

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

Shades of Pine Green #0C7E6F

Tints of Pine Green #0C7E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.6%

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

R = 4.82%
G = 50.6%
B = 44.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#0C7E6F (or 0x0C7E6F) is known color: Pine Green. HEX triplet: 0C, 7E and 6F. RGB value is (12,126,111). Sum of RGB (Red+Green+Blue) = 12+126+111=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7E6F is #F38190. Grayscale: #5A5A5A. Windows color (decimal): -15958417 or 7306764. OLE color: 7306764.

HSL color Cylindrical-coordinate representation of color #0C7E6F: hue angle of 172.11º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7E6F is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 126 111 -
CMYK 0.90 0 0.12 0.51
HSL 172.11º 0.83% 0.27% -
HSV(B) 172.11º 0.9% 0.49% -
XYZ 10.48 16.15 17.6 -
YUV 90.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 12 126 111 0.90 0 0.12 0.51 172.11 0.83 0.27
Hex C 7E 6F 5A 0 C 33 AC 53 1B
Octal 14 176 157 132 0 14 63 254 123 33
Binary 1100 1111110 1101111 1011010 0 1100 110011 10101100 1010011 11011

Color Harmonies of #0C7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7E6F

Black with #0C7E6F

Text Example


Text Example

White with #0C7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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