Html Css Color HEX #0C766F Pine Green

📋 copy color: '#0C766F'

red 12 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #0C766F

Tints of Pine Green #0C766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

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

R = 4.98%
G = 48.96%
B = 46.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#0C766F (or 0x0C766F) is known color: Pine Green. HEX triplet: 0C, 76 and 6F. RGB value is (12,118,111). Sum of RGB (Red+Green+Blue) = 12+118+111=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #0C766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C766F is #F38990. Grayscale: #555555. Windows color (decimal): -15960465 or 7304716. OLE color: 7304716.

HSL color Cylindrical-coordinate representation of color #0C766F: hue angle of 176.04º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C766F is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 118 111 -
CMYK 0.90 0 0.06 0.54
HSL 176.04º 0.82% 0.25% -
HSV(B) 176.04º 0.9% 0.46% -
XYZ 9.5 14.18 17.28 -
YUV 85.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 12 118 111 0.90 0 0.06 0.54 176.04 0.82 0.25
Hex C 76 6F 5A 0 6 36 B0 52 19
Octal 14 166 157 132 0 6 66 260 122 31
Binary 1100 1110110 1101111 1011010 0 110 110110 10110000 1010010 11001

Color Harmonies of #0C766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C766F

Black with #0C766F

Text Example


Text Example

White with #0C766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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