Html Css Color HEX #0C764F Salem

📋 copy color: '#0C764F'

red 12 ◦ green 118 ◦ blue 79

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

Shades of Salem #0C764F

Tints of Salem #0C764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.46%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 5.74%
G = 56.46%
B = 37.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#0C764F (or 0x0C764F) is known color: Salem. HEX triplet: 0C, 76 and 4F. RGB value is (12,118,79). Sum of RGB (Red+Green+Blue) = 12+118+79=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #0C764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C764F is #F389B0. Grayscale: #515151. Windows color (decimal): -15960497 or 5207564. OLE color: 5207564.

HSL color Cylindrical-coordinate representation of color #0C764F: hue angle of 157.92º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C764F is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 118 79 -
CMYK 0.90 0 0.33 0.54
HSL 157.92º 0.82% 0.25% -
HSV(B) 157.92º 0.9% 0.46% -
XYZ 8.04 13.6 9.6 -
YUV 81.86 126.38 78.17 -
System Red Green Blue C M Y K H S L
Decimal 12 118 79 0.90 0 0.33 0.54 157.92 0.82 0.25
Hex C 76 4F 5A 0 21 36 9E 52 19
Octal 14 166 117 132 0 41 66 236 122 31
Binary 1100 1110110 1001111 1011010 0 100001 110110 10011110 1010010 11001

Color Harmonies of #0C764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C764F

Black with #0C764F

Text Example


Text Example

White with #0C764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,118,79); }

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

background-color css

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

 a { background-color: rgb(12,118,79); }

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

border-color css

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

 span { border-color: rgb(12,118,79); }

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