Html Css Color HEX #0C784A Salem

📋 copy color: '#0C784A'

red 12 ◦ green 120 ◦ blue 74

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

Shades of Salem #0C784A

Tints of Salem #0C784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 58.25%

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 5.83%
G = 58.25%
B = 35.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#0C784A (or 0x0C784A) is known color: Salem. HEX triplet: 0C, 78 and 4A. RGB value is (12,120,74). Sum of RGB (Red+Green+Blue) = 12+120+74=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #0C784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C784A is #F387B5. Grayscale: #525252. Windows color (decimal): -15959990 or 4880396. OLE color: 4880396.

HSL color Cylindrical-coordinate representation of color #0C784A: hue angle of 154.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C784A is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 120 74 -
CMYK 0.90 0 0.38 0.53
HSL 154.44º 0.82% 0.26% -
HSV(B) 154.44º 0.9% 0.47% -
XYZ 8.1 14.01 8.75 -
YUV 82.46 123.22 77.74 -
System Red Green Blue C M Y K H S L
Decimal 12 120 74 0.90 0 0.38 0.53 154.44 0.82 0.26
Hex C 78 4A 5A 0 26 35 9A 52 1A
Octal 14 170 112 132 0 46 65 232 122 32
Binary 1100 1111000 1001010 1011010 0 100110 110101 10011010 1010010 11010

Color Harmonies of #0C784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C784A

Black with #0C784A

Text Example


Text Example

White with #0C784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,120,74); }

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

background-color css

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

 a { background-color: rgb(12,120,74); }

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

border-color css

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

 span { border-color: rgb(12,120,74); }

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