Html Css Color HEX #0C774D Salem

📋 copy color: '#0C774D'

red 12 ◦ green 119 ◦ blue 77

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

Shades of Salem #0C774D

Tints of Salem #0C774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.21%

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 5.77%
G = 57.21%
B = 37.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#0C774D (or 0x0C774D) is known color: Salem. HEX triplet: 0C, 77 and 4D. RGB value is (12,119,77). Sum of RGB (Red+Green+Blue) = 12+119+77=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #0C774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C774D is #F388B2. Grayscale: #525252. Windows color (decimal): -15960243 or 5076748. OLE color: 5076748.

HSL color Cylindrical-coordinate representation of color #0C774D: hue angle of 156.45º 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 #0C774D is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 119 77 -
CMYK 0.90 0 0.35 0.53
HSL 156.45º 0.82% 0.26% -
HSV(B) 156.45º 0.9% 0.47% -
XYZ 8.09 13.81 9.26 -
YUV 82.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 12 119 77 0.90 0 0.35 0.53 156.45 0.82 0.26
Hex C 77 4D 5A 0 23 35 9C 52 1A
Octal 14 167 115 132 0 43 65 234 122 32
Binary 1100 1110111 1001101 1011010 0 100011 110101 10011100 1010010 11010

Color Harmonies of #0C774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C774D

Black with #0C774D

Text Example


Text Example

White with #0C774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,119,77); }

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

background-color css

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

 a { background-color: rgb(12,119,77); }

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

border-color css

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

 span { border-color: rgb(12,119,77); }

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