Html Css Color HEX #0C853F Salem

📋 copy color: '#0C853F'

red 12 ◦ green 133 ◦ blue 63

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

Shades of Salem #0C853F

Tints of Salem #0C853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.94%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 5.77%
G = 63.94%
B = 30.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#0C853F (or 0x0C853F) is known color: Salem. HEX triplet: 0C, 85 and 3F. RGB value is (12,133,63). Sum of RGB (Red+Green+Blue) = 12+133+63=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #0C853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C853F is #F37AC0. Grayscale: #595959. Windows color (decimal): -15956673 or 4162828. OLE color: 4162828.

HSL color Cylindrical-coordinate representation of color #0C853F: hue angle of 145.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C853F is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 133 63 -
CMYK 0.91 0 0.53 0.48
HSL 145.29º 0.83% 0.28% -
HSV(B) 145.29º 0.91% 0.52% -
XYZ 9.44 17.21 7.53 -
YUV 88.84 113.41 73.19 -
System Red Green Blue C M Y K H S L
Decimal 12 133 63 0.91 0 0.53 0.48 145.29 0.83 0.28
Hex C 85 3F 5B 0 35 30 91 53 1C
Octal 14 205 77 133 0 65 60 221 123 34
Binary 1100 10000101 111111 1011011 0 110101 110000 10010001 1010011 11100

Color Harmonies of #0C853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C853F

Black with #0C853F

Text Example


Text Example

White with #0C853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,133,63); }

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

background-color css

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

 a { background-color: rgb(12,133,63); }

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

border-color css

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

 span { border-color: rgb(12,133,63); }

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