Html Css Color HEX #0C774C Salem

📋 copy color: '#0C774C'

red 12 ◦ green 119 ◦ blue 76

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

Shades of Salem #0C774C

Tints of Salem #0C774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 5.8%
G = 57.49%
B = 36.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#0C774C (or 0x0C774C) is known color: Salem. HEX triplet: 0C, 77 and 4C. RGB value is (12,119,76). Sum of RGB (Red+Green+Blue) = 12+119+76=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #0C774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C774C is #F388B3. Grayscale: #525252. Windows color (decimal): -15960244 or 5011212. OLE color: 5011212.

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

Color convert

RGB 12 119 76 -
CMYK 0.90 0 0.36 0.53
HSL 155.89º 0.82% 0.26% -
HSV(B) 155.89º 0.9% 0.47% -
XYZ 8.05 13.79 9.08 -
YUV 82.11 124.55 78 -
System Red Green Blue C M Y K H S L
Decimal 12 119 76 0.90 0 0.36 0.53 155.89 0.82 0.26
Hex C 77 4C 5A 0 24 35 9C 52 1A
Octal 14 167 114 132 0 44 65 234 122 32
Binary 1100 1110111 1001100 1011010 0 100100 110101 10011100 1010010 11010

Color Harmonies of #0C774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C774C

Black with #0C774C

Text Example


Text Example

White with #0C774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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