Html Css Color HEX #0C863C Salem

📋 copy color: '#0C863C'

red 12 ◦ green 134 ◦ blue 60

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

Shades of Salem #0C863C

Tints of Salem #0C863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 65.05%

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 5.83%
G = 65.05%
B = 29.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#0C863C (or 0x0C863C) is known color: Salem. HEX triplet: 0C, 86 and 3C. RGB value is (12,134,60). Sum of RGB (Red+Green+Blue) = 12+134+60=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #0C863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C863C is #F379C3. Grayscale: #595959. Windows color (decimal): -15956420 or 3966476. OLE color: 3966476.

HSL color Cylindrical-coordinate representation of color #0C863C: hue angle of 143.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C863C is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 134 60 -
CMYK 0.91 0 0.55 0.47
HSL 143.61º 0.84% 0.29% -
HSV(B) 143.61º 0.91% 0.53% -
XYZ 9.49 17.45 7.14 -
YUV 89.09 111.58 73.02 -
System Red Green Blue C M Y K H S L
Decimal 12 134 60 0.91 0 0.55 0.47 143.61 0.84 0.29
Hex C 86 3C 5B 0 37 2F 90 54 1D
Octal 14 206 74 133 0 67 57 220 124 35
Binary 1100 10000110 111100 1011011 0 110111 101111 10010000 1010100 11101

Color Harmonies of #0C863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C863C

Black with #0C863C

Text Example


Text Example

White with #0C863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,134,60); }

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

background-color css

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

 a { background-color: rgb(12,134,60); }

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

border-color css

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

 span { border-color: rgb(12,134,60); }

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