Html Css Color HEX #0C893E Salem

📋 copy color: '#0C893E'

red 12 ◦ green 137 ◦ blue 62

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

Shades of Salem #0C893E

Tints of Salem #0C893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 64.93%

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 5.69%
G = 64.93%
B = 29.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#0C893E (or 0x0C893E) is known color: Salem. HEX triplet: 0C, 89 and 3E. RGB value is (12,137,62). Sum of RGB (Red+Green+Blue) = 12+137+62=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #0C893E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C893E is #F376C1. Grayscale: #5B5B5B. Windows color (decimal): -15955650 or 4098316. OLE color: 4098316.

HSL color Cylindrical-coordinate representation of color #0C893E: hue angle of 144º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C893E is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 137 62 -
CMYK 0.91 0 0.55 0.46
HSL 144º 0.84% 0.29% -
HSV(B) 144º 0.91% 0.54% -
XYZ 9.97 18.32 7.57 -
YUV 91.08 111.59 71.6 -
System Red Green Blue C M Y K H S L
Decimal 12 137 62 0.91 0 0.55 0.46 144 0.84 0.29
Hex C 89 3E 5B 0 37 2E 90 54 1D
Octal 14 211 76 133 0 67 56 220 124 35
Binary 1100 10001001 111110 1011011 0 110111 101110 10010000 1010100 11101

Color Harmonies of #0C893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C893E

Black with #0C893E

Text Example


Text Example

White with #0C893E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,62); }

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

background-color css

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

 a { background-color: rgb(12,137,62); }

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

border-color css

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

 span { border-color: rgb(12,137,62); }

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