Html Css Color HEX #0C7573 Pine Green

📋 copy color: '#0C7573'

red 12 ◦ green 117 ◦ blue 115

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

Shades of Pine Green #0C7573

Tints of Pine Green #0C7573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.95%

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 4.92%
G = 47.95%
B = 47.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#0C7573 (or 0x0C7573) is known color: Pine Green. HEX triplet: 0C, 75 and 73. RGB value is (12,117,115). Sum of RGB (Red+Green+Blue) = 12+117+115=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7573 is #F38A8C. Grayscale: #555555. Windows color (decimal): -15960717 or 7566604. OLE color: 7566604.

HSL color Cylindrical-coordinate representation of color #0C7573: hue angle of 178.86º degrees, saturation: 0.81, 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 #0C7573 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 115 -
CMYK 0.90 0 0.02 0.54
HSL 178.86º 0.81% 0.25% -
HSV(B) 178.86º 0.9% 0.46% -
XYZ 9.61 14.04 18.42 -
YUV 85.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 12 117 115 0.90 0 0.02 0.54 178.86 0.81 0.25
Hex C 75 73 5A 0 2 36 B3 51 19
Octal 14 165 163 132 0 2 66 263 121 31
Binary 1100 1110101 1110011 1011010 0 10 110110 10110011 1010001 11001

Color Harmonies of #0C7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7573

Black with #0C7573

Text Example


Text Example

White with #0C7573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,117,115); }

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

background-color css

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

 a { background-color: rgb(12,117,115); }

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

border-color css

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

 span { border-color: rgb(12,117,115); }

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