Html Css Color HEX #0C774E Salem

📋 copy color: '#0C774E'

red 12 ◦ green 119 ◦ blue 78

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

Shades of Salem #0C774E

Tints of Salem #0C774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 5.74%
G = 56.94%
B = 37.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#0C774E (or 0x0C774E) is known color: Salem. HEX triplet: 0C, 77 and 4E. RGB value is (12,119,78). Sum of RGB (Red+Green+Blue) = 12+119+78=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #0C774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C774E is #F388B1. Grayscale: #525252. Windows color (decimal): -15960242 or 5142284. OLE color: 5142284.

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

Color convert

RGB 12 119 78 -
CMYK 0.90 0 0.34 0.53
HSL 157.01º 0.82% 0.26% -
HSV(B) 157.01º 0.9% 0.47% -
XYZ 8.12 13.82 9.45 -
YUV 82.33 125.55 77.83 -
System Red Green Blue C M Y K H S L
Decimal 12 119 78 0.90 0 0.34 0.53 157.01 0.82 0.26
Hex C 77 4E 5A 0 22 35 9D 52 1A
Octal 14 167 116 132 0 42 65 235 122 32
Binary 1100 1110111 1001110 1011010 0 100010 110101 10011101 1010010 11010

Color Harmonies of #0C774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C774E

Black with #0C774E

Text Example


Text Example

White with #0C774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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