Html Css Color HEX #0C6F6C Pine Green

📋 copy color: '#0C6F6C'

red 12 ◦ green 111 ◦ blue 108

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

Shades of Pine Green #0C6F6C

Tints of Pine Green #0C6F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.05%

 BLUE value IS 108 (42.58% from 255) = 46.75%

R = 5.19%
G = 48.05%
B = 46.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#0C6F6C (or 0x0C6F6C) is known color: Pine Green. HEX triplet: 0C, 6F and 6C. RGB value is (12,111,108). Sum of RGB (Red+Green+Blue) = 12+111+108=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F6C is #F39093. Grayscale: #505050. Windows color (decimal): -15962260 or 7106316. OLE color: 7106316.

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

Color convert

RGB 12 111 108 -
CMYK 0.89 0 0.03 0.56
HSL 178.18º 0.8% 0.24% -
HSV(B) 178.18º 0.89% 0.44% -
XYZ 8.54 12.53 16.16 -
YUV 81.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 12 111 108 0.89 0 0.03 0.56 178.18 0.8 0.24
Hex C 6F 6C 59 0 3 38 B2 50 18
Octal 14 157 154 131 0 3 70 262 120 30
Binary 1100 1101111 1101100 1011001 0 11 111000 10110010 1010000 11000

Color Harmonies of #0C6F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6F6C

Black with #0C6F6C

Text Example


Text Example

White with #0C6F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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